Home
last modified time | relevance | path

Searched refs:PARSER_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/esp_http_server/src/
Desp_httpd_priv.h28 #define PARSER_BLOCK_SIZE 128 macro
65 char pending_data[PARSER_BLOCK_SIZE]; /*!< Buffer for pending data to be received */
Dhttpd_parse.c631 if ((blk_len = read_block(r, offset, PARSER_BLOCK_SIZE)) < 0) { in httpd_parse_req()