ESP-IDF
parser_data_t::error
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
parser_data_t::error
parser_data_t::error field
Syntax
Show:
Summary
Declaration
from
httpd_parse.c:43
httpd_err_code_t
error
;
Examples
References
from
examples
Code
Location
Referrer
httpd_err_code_t
error
;
httpd_parse.c:43
parser_data
->
error
=
HTTPD_501_METHOD_NOT_IMPLEMENTED
;
httpd_parse.c:71
verify_url()
parser_data
->
error
=
HTTPD_414_URI_TOO_LONG
;
httpd_parse.c:78
verify_url()
parser_data
->
error
=
HTTPD_505_VERSION_NOT_SUPPORTED
;
httpd_parse.c:92
verify_url()
parser_data
->
error
=
HTTPD_400_BAD_REQUEST
;
httpd_parse.c:102
verify_url()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:125
cb_url()
parser_data
->
error
=
HTTPD_414_URI_TOO_LONG
;
httpd_parse.c:136
cb_url()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:221
cb_header_field()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:240
cb_header_field()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:284
cb_header_value()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:324
cb_headers_complete()
parser_data
->
error
=
HTTPD_400_BAD_REQUEST
;
httpd_parse.c:348
cb_headers_complete()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:360
cb_headers_complete()
parser_data
->
error
=
HTTPD_400_BAD_REQUEST
;
httpd_parse.c:381
cb_headers_complete()
parser_data
->
error
=
HTTPD_400_BAD_REQUEST
;
httpd_parse.c:389
cb_headers_complete()
parser_data
->
error
=
HTTPD_400_BAD_REQUEST
;
httpd_parse.c:398
cb_headers_complete()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:420
cb_on_body()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:430
cb_on_body()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:461
cb_no_body()
parser_data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:471
cb_no_body()
data
->
error
=
HTTPD_414_URI_TOO_LONG
;
httpd_parse.c:539
parse_block()
data
->
error
=
HTTPD_431_REQ_HDR_FIELDS_TOO_LARGE
;
httpd_parse.c:543
parse_block()
data
->
error
=
HTTPD_500_INTERNAL_SERVER_ERROR
;
httpd_parse.c:547
parse_block()
data
->
error
=
HTTPD_400_BAD_REQUEST
;
httpd_parse.c:584
parse_block()
return
httpd_req_handle_err
(
r
,
parser_data
.
error
)
;
httpd_parse.c:658
httpd_parse_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
parser_data_t::error
is written by 8 functions and is read by 1 function:
verify_url()
cb_url()
cb_header_field()
cb_header_value()
cb_headers_complete()
cb_on_body()
cb_no_body()
parse_block()
All items filtered out
parser_data_t::error
httpd_parse_req()
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