Home
last modified time | relevance | path

Searched refs:ngx_http_parse_header_line (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h104 ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b,
H A Dngx_http_parse.c846 ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b, in ngx_http_parse_header_line() function
H A Dngx_http_request.c1400 rc = ngx_http_parse_header_line(r, r->header_in, in ngx_http_process_request_headers()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c1859 rc = ngx_http_parse_header_line(r, &u->buffer, 1); in ngx_http_fastcgi_process_header()
1905 rc = ngx_http_parse_header_line(r, &buf, 1); in ngx_http_fastcgi_process_header()
H A Dngx_http_scgi_module.c1030 rc = ngx_http_parse_header_line(r, &r->upstream->buffer, 1); in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1240 rc = ngx_http_parse_header_line(r, &r->upstream->buffer, 1); in ngx_http_uwsgi_process_header()
H A Dngx_http_proxy_module.c1828 rc = ngx_http_parse_header_line(r, &r->upstream->buffer, 1); in ngx_http_proxy_process_header()