Searched refs:http_header_parse_hoff (Results 1 – 6 of 6) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_header.h | 140 uint32_t http_header_parse_hoff (const char *n, const uint32_t clen, unsigned short hoff[8192]);
|
| H A D | http_header.c | 362 http_header_parse_hoff (const char *n, const uint32_t clen, unsigned short hoff[8192]) in http_header_parse_hoff() function
|
| H A D | h2.c | 2349 uint32_t rc = http_header_parse_hoff(hdrs, hlen, hoff); in h2_send_headers_block() 2357 if (http_header_parse_hoff(CONST_STR_LEN(":status: 500\r\n\r\n"),hoff)){ in h2_send_headers_block() 2499 uint32_t rc = http_header_parse_hoff(BUF_PTR_LEN(trailers), hoff); in h2_send_end_stream_trailers()
|
| H A D | http-header-glue.c | 1126 header_len = http_header_parse_hoff(b->ptr, blen, hoff); in http_response_parse_headers()
|
| H A D | connections.c | 678 header_len = http_header_parse_hoff(c->mem->ptr + c->offset,clen,hoff); in connection_handle_read_state()
|
| /lighttpd1.4/ |
| H A D | NEWS | 1529 * [core] http_header_parse_hoff()
|