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 D | ngx_http.h | 104 ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b,
|
| H A D | ngx_http_parse.c | 846 ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b, in ngx_http_parse_header_line() function
|
| H A D | ngx_http_request.c | 1400 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 D | ngx_http_fastcgi_module.c | 1859 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 D | ngx_http_scgi_module.c | 1030 rc = ngx_http_parse_header_line(r, &r->upstream->buffer, 1); in ngx_http_scgi_process_header()
|
| H A D | ngx_http_uwsgi_module.c | 1240 rc = ngx_http_parse_header_line(r, &r->upstream->buffer, 1); in ngx_http_uwsgi_process_header()
|
| H A D | ngx_http_proxy_module.c | 1828 rc = ngx_http_parse_header_line(r, &r->upstream->buffer, 1); in ngx_http_proxy_process_header()
|