Searched refs:http_response_parse_headers (Results 1 – 4 of 4) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | response.h | 43 handler_t http_response_parse_headers(request_st *r, http_response_opts *opts, buffer *hdrs);
|
| H A D | http-header-glue.c | 1095 handler_t http_response_parse_headers(request_st * const r, http_response_opts * const opts, buffer… in http_response_parse_headers() function 1376 handler_t rc = http_response_parse_headers(r, opts, b); in http_response_read()
|
| H A D | mod_fastcgi.c | 395 if (HANDLER_GO_ON != http_response_parse_headers(r, &hctx->opts, hdrs)) { in fcgi_recv_parse_loop()
|
| H A D | mod_ajp13.c | 829 http_response_parse_headers(r, &hctx->opts, hdrs)) { in ajp13_recv_parse_loop()
|