advanced_tests sample
async_resp_arg::fd
is only used within advanced_tests sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
advanced_tests sample
async_resp_arg::fd
async_resp_arg::fd field
Syntax
Show:
Summary
Declaration
from
tests.c:17
int
fd
;
Examples
References
from
examples
Code
Location
Referrer
int
fd
;
tests.c:17
int
fd
=
resp_arg
->
fd
;
tests.c:265
generate_async_resp()
resp_arg
->
fd
=
httpd_req_to_sockfd
(
req
)
;
tests.c:293
async_get_handler()
if
(
resp_arg
->
fd
<
0
)
{
tests.c:294
async_get_handler()
ESP_LOGI
(
TAG
,
"Queuing work fd : %d"
,
resp_arg
->
fd
)
;
tests.c:298
async_get_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_resp_arg::fd
is written by 1 function and is read by 2 functions:
async_get_handler()
All items filtered out
async_resp_arg::fd
generate_async_resp()
async_get_handler()
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