Searched refs:http_request_parse_header (Results 1 – 4 of 4) sorted by relevance
222 int http_request_parse_header (request_st * restrict r, http_header_parse_ctx * restrict hpctx);
633 http_request_parse_header (request_st * const restrict r, http_header_parse_ctx * const restrict hp… in http_request_parse_header() function
1434 const int http_status = http_request_parse_header(r, &hpctx); in h2_parse_headers_frame()
817 * [core] reduce memcmp in http_request_parse_header1546 * [core] http_request_parse_header() specialized