ESP-IDF
parse_block()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
parse_block()
parse_block() function
Syntax
Show:
Summary
Declaration
from
httpd_parse.c:524
static
int
parse_block
(
http_parser
*
parser
,
size_t
offset
,
size_t
length
)
;
Arguments
Argument
parser
offset
length
Related Functions
Found 26 other functions taking a
http_parser
argument:
Function
http_should_keep_alive()
http_parser_execute()
http_parser_init()
http_parser_pause()
verify_url()
pause_parsing()
http_message_needs_eof()
http_on_message_begin()
http_on_url()
http_on_status()
http_on_header_field()
http_on_header_value()
http_on_headers_complete()
http_on_body()
http_on_message_complete()
http_on_chunk_complete()
http_on_chunk_header()
cb_header_field()
cb_headers_complete()
cb_header_value()
continue_parsing()
cb_on_body()
cb_no_body()
parse_init()
cb_url()
http_body_is_final()
Examples
References
from
examples
Code
Location
Referrer
static
int
parse_block
(
http_parser
*
parser
,
size_t
offset
,
size_t
length
)
httpd_parse.c:524
if
(
(
offset
=
parse_block
(
&
parser
,
offset
,
blk_len
)
)
<
0
)
{
httpd_parse.c:654
httpd_parse_req()
Call Tree
from
examples
parse_block()
is called by 1 function and calls 4 functions:
httpd_parse_req()
All items filtered out
parse_block()
esp_log_timestamp()
esp_log_write()
http_parser_execute()
continue_parsing()
All items filtered out
Data Use
from
examples
parse_block()
reads 22 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
http_parser::http_errno
http_parser::data
httpd_req::aux
httpd_err_code_t::HTTPD_500_INTERNAL_SERVER_ERROR
httpd_err_code_t::HTTPD_400_BAD_REQUEST
httpd_err_code_t::HTTPD_414_URI_TOO_LONG
httpd_err_code_t::HTTPD_431_REQ_HDR_FIELDS_TOO_LARGE
httpd_req_aux::scratch
TAG
parser_data_t::req
parser_data_t::
::PARSING_URL
parser_data_t::
::PARSING_HDR_FIELD
parser_data_t::
::PARSING_HDR_VALUE
parser_data_t::
::PARSING_FAILED
parser_data_t::status
parser_data_t::paused
parser_data_t::pre_parsed
All items filtered out
parse_block()
parser_data_t::status
parser_data_t::error
parser_data_t::pre_parsed
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