ESP-IDF
httpd_data::err_handler_fns
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::err_handler_fns
httpd_data::err_handler_fns field
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:132
httpd_err_handler_func_t
*
err_handler_fns
;
Examples
References
from
examples
Code
Location
Referrer
httpd_err_handler_func_t
*
err_handler_fns
;
esp_httpd_priv.h:132
hd
->
err_handler_fns
=
calloc
(
HTTPD_ERR_CODE_MAX
,
sizeof
(
httpd_err_handler_func_t
)
)
;
httpd_main.c:455
httpd_create()
if
(
!
hd
->
err_handler_fns
)
{
httpd_main.c:456
httpd_create()
free
(
hd
->
err_handler_fns
)
;
httpd_main.c:473
httpd_delete()
hd
->
err_handler_fns
[
error
]
=
err_handler_fn
;
httpd_txrx.c:538
httpd_register_err_handler()
if
(
hd
->
err_handler_fns
[
error
]
)
{
httpd_txrx.c:548
httpd_req_handle_err()
ret
=
hd
->
err_handler_fns
[
error
]
(
req
,
error
)
;
httpd_txrx.c:549
httpd_req_handle_err()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
httpd_data::err_handler_fns
is written by 1 function and is read by 4 functions:
httpd_create()
All items filtered out
httpd_data::err_handler_fns
httpd_create()
httpd_delete()
httpd_register_err_handler()
httpd_req_handle_err()
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