advanced_tests sample
test_httpd_start()
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
test_httpd_start()
test_httpd_start() function
Syntax
Show:
Summary
Declaration
from
tests.c:369
static
httpd_handle_t
test_httpd_start
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
httpd_handle_t
test_httpd_start
(
void
)
tests.c:369
httpd_handle_t
hd
=
test_httpd_start
(
)
;
tests.c:402
start_tests()
Call Tree
from
examples
test_httpd_start()
is called by 1 function and calls 4 functions:
start_tests()
All items filtered out
test_httpd_start()
esp_log_timestamp()
esp_log_write()
esp_get_free_heap_size()
httpd_start()
All items filtered out
Data Use
from
examples
test_httpd_start()
reads 10 variables and writes 4 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_config::stack_size
httpd_config::server_port
httpd_config::max_open_sockets
httpd_config::max_uri_handlers
TAG
All items filtered out
test_httpd_start()
httpd_config::server_port
httpd_config::max_open_sockets
httpd_config::max_uri_handlers
pre_start_mem
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