ESP-IDF
CALLBACK_NOTIFY_
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CALLBACK_NOTIFY_
CALLBACK_NOTIFY_ macro
Syntax
Show:
Summary
Declaration
from
http_parser.c:80
#define
CALLBACK_NOTIFY_
(
FOR
,
ER
)
\
do
{
\
assert
(
HTTP_PARSER_ERRNO
(
parser
)
==
HPE_OK
)
;
\
\
if
(
LIKELY
(
settings
->
on_
##
FOR
)
)
{
\
parser
->
state
=
CURRENT_STATE
(
)
;
\
if
(
UNLIKELY
(
0
!=
settings
->
on_
##
FOR
(
parser
)
)
)
{
\
SET_ERRNO
(
HPE_CB_
##
FOR
)
;
\
}
\
UPDATE_STATE
(
parser
->
state
)
;
\
\
\
if
(
UNLIKELY
(
HTTP_PARSER_ERRNO
(
parser
)
!=
HPE_OK
)
)
{
\
return
(
ER
)
;
\
}
\
}
\
}
while
(
0
)
Arguments
Argument
FOR
ER
Examples
References
from
examples
Code
Location
#define
CALLBACK_NOTIFY_
(
FOR
,
ER
)
\
http_parser.c:80
#define
CALLBACK_NOTIFY
(
FOR
)
CALLBACK_NOTIFY_
(
FOR
,
p
-
data
+
1
)
http_parser.c:99
#define
CALLBACK_NOTIFY_NOADVANCE
(
FOR
)
CALLBACK_NOTIFY_
(
FOR
,
p
-
data
)
http_parser.c:102
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