ESP-IDF
protocomm_httpd_remove_endpoint()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
protocomm_httpd_remove_endpoint()
protocomm_httpd_remove_endpoint() function
Syntax
Show:
Summary
Declaration
from
protocomm_httpd.c:212
static
esp_err_t
protocomm_httpd_remove_endpoint
(
const
char
*
ep_name
)
;
Arguments
Argument
ep_name
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
protocomm_httpd_remove_endpoint
(
const
char
*
ep_name
)
protocomm_httpd.c:212
pc
->
remove_endpoint
=
protocomm_httpd_remove_endpoint
;
protocomm_httpd.c:287
protocomm_httpd_start()
Call Tree
from
examples
protocomm_httpd_remove_endpoint()
calls 6 functions:
All items filtered out
protocomm_httpd_remove_endpoint()
esp_err_to_name()
free()
calloc()
esp_log_timestamp()
esp_log_write()
httpd_unregister_uri_handler()
All items filtered out
Data Use
from
examples
protocomm_httpd_remove_endpoint()
reads 9 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_POST
protocomm::priv
TAG
pc_httpd
All items filtered out
protocomm_httpd_remove_endpoint()
protocomm_httpd_start()
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
protocomm_httpd_remove_endpoint()
is implemented by 1 functions:
All items filtered out
protocomm_httpd_remove_endpoint()
protocomm::remove_endpoint
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out