file_serving sample
example_start_file_server()
is only used within file_serving 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
file_serving sample
example_start_file_server()
example_start_file_server() function
Syntax
Show:
Summary
Declaration
Definition
from
file_serving_example_common.h:26
esp_err_t
example_start_file_server
(
const
char
*
base_path
)
;
Implemented in
file_server.c:451
Arguments
Argument
base_path
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
example_start_file_server
(
const
char
*
base_path
)
file_server.c:451
esp_err_t
example_start_file_server
(
const
char
*
base_path
)
;
file_serving_example_common.h:26
ESP_ERROR_CHECK
(
example_start_file_server
(
base_path
)
)
;
main.c:48
app_main()
Call Tree
from
examples
example_start_file_server()
is called by 1 function and calls 5 functions:
app_main()
All items filtered out
example_start_file_server()
calloc()
esp_log_timestamp()
esp_log_write()
httpd_start()
httpd_register_uri_handler()
All items filtered out
Data Use
from
examples
example_start_file_server()
reads 14 variables and writes 1 variable:
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
http_method::HTTP_GET
http_method::HTTP_POST
httpd_config::server_port
httpd_uri_match_wildcard()
file_server_data::base_path
TAG
download_get_handler()
upload_post_handler()
delete_post_handler()
All items filtered out
example_start_file_server()
httpd_config::uri_match_fn
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
example_start_file_server()
frees 1 types:
All items filtered out
example_start_file_server()
file_server_data
All items filtered out