ESP-IDF
enum_context_t::task
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
enum_context_t::task
enum_context_t::task field
Syntax
Show:
Summary
Declaration
from
httpd_sess.c:31
task_t
task
;
Examples
References
from
examples
Code
Location
Referrer
task_t
task
;
httpd_sess.c:31
switch
(
ctx
->
task
)
{
httpd_sess.c:70
enum_function()
.
task
=
HTTPD_TASK_GET_FREE
httpd_sess.c:158
httpd_sess_get_free()
.
task
=
HTTPD_TASK_FIND_FD
,
httpd_sess.c:182
httpd_sess_get()
.
task
=
HTTPD_TASK_SET_DESCRIPTOR
,
httpd_sess.c:335
httpd_sess_set_descriptors()
.
task
=
HTTPD_TASK_DELETE_INVALID
,
httpd_sess.c:348
httpd_sess_delete_invalid()
.
task
=
HTTPD_TASK_INIT
httpd_sess.c:396
httpd_sess_init()
.
task
=
HTTPD_TASK_FIND_FD
,
httpd_sess.c:448
httpd_sess_update_lru_counter()
.
task
=
HTTPD_TASK_FIND_LOWEST_LRU
,
httpd_sess.c:462
httpd_sess_close_lru()
.
task
=
HTTPD_TASK_CLOSE
,
httpd_sess.c:495
httpd_sess_close_all()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
enum_context_t::task
is read by 1 function:
All items filtered out
enum_context_t::task
enum_function()
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