Home
last modified time | relevance | path

Searched refs:http_header_parse_hoff (Results 1 – 6 of 6) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_header.h138 uint32_t http_header_parse_hoff (const char *n, const uint32_t clen, unsigned short hoff[8192]);
H A Dhttp_header.c362 http_header_parse_hoff (const char *n, const uint32_t clen, unsigned short hoff[8192]) in http_header_parse_hoff() function
H A Dh2.c2129 uint32_t rc = http_header_parse_hoff(hdrs, hlen, hoff); in h2_send_headers_block()
2137 if (http_header_parse_hoff(CONST_STR_LEN(":status: 500\r\n\r\n"),hoff)){ in h2_send_headers_block()
2279 uint32_t rc = http_header_parse_hoff(BUF_PTR_LEN(trailers), hoff); in h2_send_end_stream_trailers()
H A Dhttp-header-glue.c1117 header_len = http_header_parse_hoff(b->ptr, blen, hoff); in http_response_parse_headers()
H A Dconnections.c681 header_len = http_header_parse_hoff(c->mem->ptr + c->offset,clen,hoff); in connection_handle_read_state()
/dports/www/lighttpd/lighttpd-1.4.63/
H A DNEWS1077 * [core] http_header_parse_hoff()