Searched refs:PARSER_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #define PARSER_BLOCK_SIZE 128 macro65 char pending_data[PARSER_BLOCK_SIZE]; /*!< Buffer for pending data to be received */
631 if ((blk_len = read_block(r, offset, PARSER_BLOCK_SIZE)) < 0) { in httpd_parse_req()