ESP-IDF
sock_db::ignore_sess_ctx_changes
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sock_db::ignore_sess_ctx_changes
sock_db::ignore_sess_ctx_changes field
Flag indicating if session context changes should be ignored
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:63
bool
ignore_sess_ctx_changes
;
Examples
References
from
examples
Code
Location
Referrer
bool
ignore_sess_ctx_changes
;
/*!< Flag indicating if session context changes should be ignored */
esp_httpd_priv.h:63
ra
->
sd
->
ignore_sess_ctx_changes
=
r
->
ignore_sess_ctx_changes
;
httpd_parse.c:715
httpd_req_cleanup()
r
->
ignore_sess_ctx_changes
=
sd
->
ignore_sess_ctx_changes
;
httpd_parse.c:747
httpd_req_new()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sock_db::ignore_sess_ctx_changes
is written by 1 function and is read by 1 function:
httpd_req_cleanup()
All items filtered out
sock_db::ignore_sess_ctx_changes
httpd_req_new()
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