ws_echo_server sample
stop_webserver()
is only used within ws_echo_server 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
ws_echo_server sample
stop_webserver()
stop_webserver() function
Syntax
Show:
Summary
Declaration
from
ws_echo_server.c:150
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
)
ws_echo_server.c:150
if
(
stop_webserver
(
*
server
)
==
ESP_OK
)
{
ws_echo_server.c:162
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_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