Home
last modified time | relevance | path

Searched refs:http_header_parse_ctx (Results 1 – 3 of 3) sorted by relevance

/lighttpd1.4/src/
H A Drequest.h206 typedef struct http_header_parse_ctx { struct
218 } http_header_parse_ctx; argument
222 int http_request_parse_header (request_st * restrict r, http_header_parse_ctx * restrict hpctx);
H A Drequest.c633 http_request_parse_header (request_st * const restrict r, http_header_parse_ctx * const restrict hp… in http_request_parse_header()
H A Dh2.c1387 http_header_parse_ctx hpctx; in h2_parse_headers_frame()