advanced_tests sample
async_get_handler()
is only used within advanced_tests sample.
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
advanced_tests sample
async_get_handler()
async_get_handler() function
Syntax
Show:
Summary
Declaration
from
tests.c:283
static
esp_err_t
async_get_handler
(
httpd_req_t
*
req
)
;
Arguments
Argument
req
Examples
References
from
examples
Code
Location
static
esp_err_t
async_get_handler
(
httpd_req_t
*
req
)
tests.c:283
.
handler
=
async_get_handler
,
tests.c:348
Call Tree
from
examples
async_get_handler()
calls 6 functions:
All items filtered out
async_get_handler()
malloc()
esp_log_timestamp()
esp_log_write()
httpd_queue_work()
httpd_req_to_sockfd()
httpd_resp_send()
All items filtered out
Data Use
from
examples
async_get_handler()
reads 9 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
httpd_req::handle
generate_async_resp()
TAG
async_resp_arg::fd
All items filtered out
async_get_handler()
async_resp_arg::hd
async_resp_arg::fd
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
async_get_handler()
frees 1 types:
All items filtered out
async_get_handler()
async_resp_arg
All items filtered out