restful_server sample
queueToEnd
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
queueToEnd
queueToEnd macro
Syntax
Show:
Summary
Declaration
from
mdns_private.h:132
#define
queueToEnd
(
type
,
queue
,
item
)
\
if
(
!
queue
)
{
\
queue
=
item
;
\
}
else
{
\
type
*
_q
=
queue
;
\
while
(
_q
->
next
)
{
_q
=
_q
->
next
;
}
\
_q
->
next
=
item
;
\
}
Arguments
Argument
type
queue
item
Examples
References
from
examples
Code
Location
#define
queueToEnd
(
type
,
queue
,
item
)
\
mdns_private.h:132
queueToEnd
(
mdns_out_answer_t
,
*
destination
,
a
)
;
mdns.c:1756
queueToEnd
(
mdns_out_question_t
,
packet
->
questions
,
out_question
)
;
mdns.c:1980
queueToEnd
(
mdns_out_question_t
,
*
questions
,
q
)
;
mdns.c:2089
queueToEnd
(
mdns_out_question_t
,
packet
->
questions
,
q
)
;
mdns.c:2139
queueToEnd
(
mdns_out_question_t
,
packet
->
questions
,
q
)
;
mdns.c:5019
queueToEnd
(
mdns_out_answer_t
,
packet
->
answers
,
a
)
;
mdns.c:5043
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out