Home
last modified time | relevance | path

Searched refs:http_response_parse_headers (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dresponse.h43 handler_t http_response_parse_headers(request_st *r, http_response_opts *opts, buffer *hdrs);
H A Dhttp-header-glue.c1095 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 Dmod_fastcgi.c395 if (HANDLER_GO_ON != http_response_parse_headers(r, &hctx->opts, hdrs)) { in fcgi_recv_parse_loop()
H A Dmod_ajp13.c829 http_response_parse_headers(r, &hctx->opts, hdrs)) { in ajp13_recv_parse_loop()