ESP-IDF
httpd_data::hd_sd_active_count
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
httpd_data::hd_sd_active_count
httpd_data::hd_sd_active_count field
The number of the active sockets
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:125
int
hd_sd_active_count
;
Examples
References
from
examples
Code
Location
Referrer
int
hd_sd_active_count
;
/*!< The number of the active sockets */
esp_httpd_priv.h:125
if
(
(
!
hd
)
||
(
hd
->
hd_sd_active_count
==
hd
->
config
.
max_open_sockets
)
)
{
httpd_sess.c:154
httpd_sess_get_free()
hd
->
hd_sd_active_count
++
;
httpd_sess.c:212
httpd_sess_new()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"active sockets: %d"
)
,
hd
->
hd_sd_active_count
)
;
httpd_sess.c:225
httpd_sess_new()
hd
->
hd_sd_active_count
--
;
httpd_sess.c:386
httpd_sess_delete()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"active sockets: %d"
)
,
hd
->
hd_sd_active_count
)
;
httpd_sess.c:387
httpd_sess_delete()
if
(
!
hd
->
hd_sd_active_count
)
{
httpd_sess.c:388
httpd_sess_delete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
httpd_data::hd_sd_active_count
is written by 2 functions and is read by 3 functions:
httpd_sess_new()
httpd_sess_delete()
All items filtered out
httpd_data::hd_sd_active_count
httpd_sess_get_free()
httpd_sess_new()
httpd_sess_delete()
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