simple sample
stop_webserver()
is only used within simple sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/3)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
simple sample
stop_webserver()
stop_webserver() function
Syntax
Show:
Summary
Declaration
from
main.c:177
static
esp_err_t
stop_webserver
(
httpd_handle_t
server
)
;
Arguments
Argument
server
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
stop_webserver
(
httpd_handle_t
server
)
main.c:177
if
(
stop_webserver
(
*
server
)
==
ESP_OK
)
{
main.c:188
disconnect_handler()
Call Tree
from
examples
stop_webserver()
is called by 1 function and calls 1 function:
disconnect_handler()
All items filtered out
stop_webserver()
httpd_ssl_stop()
All items filtered out
Data Use
from
examples
stop_webserver()
:
All items filtered out
stop_webserver()
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