ESP-IDF
httpd_sess_close()
is only used within ESP-IDF.
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
ESP-IDF
httpd_sess_close()
httpd_sess_close() function
Syntax
Show:
Summary
Declaration
from
httpd_sess.c:136
static
void
httpd_sess_close
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
httpd_sess_close
(
void
*
arg
)
httpd_sess.c:136
return
httpd_queue_work
(
handle
,
httpd_sess_close
,
session
)
;
httpd_sess.c:480
httpd_sess_trigger_close_()
Call Tree
from
examples
httpd_sess_close()
calls 3 functions:
All items filtered out
httpd_sess_close()
esp_log_timestamp()
esp_log_write()
httpd_sess_delete()
All items filtered out
Data Use
from
examples
httpd_sess_close()
reads 10 variables and writes 2 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
sock_db::fd
sock_db::handle
sock_db::lru_counter
sock_db::lru_socket
TAG
All items filtered out
httpd_sess_close()
httpd_sess_trigger_close_()
sock_db::lru_socket
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