Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h564 ngx_uint_t lowcase_index; member
H A Dngx_http_parse.c876 i = r->lowcase_index; in ngx_http_parse_header_line()
1092 r->lowcase_index = i; in ngx_http_parse_header_line()
1101 r->lowcase_index = i; in ngx_http_parse_header_line()
H A Dngx_http_request.c1442 if (h->key.len == r->lowcase_index) { in ngx_http_process_request_headers()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1062 if (h->key.len == r->lowcase_index) { in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1272 if (h->key.len == r->lowcase_index) { in ngx_http_uwsgi_process_header()
H A Dngx_http_fastcgi_module.c1953 if (h->key.len == r->lowcase_index) { in ngx_http_fastcgi_process_header()
H A Dngx_http_proxy_module.c1859 if (h->key.len == r->lowcase_index) { in ngx_http_proxy_process_header()