Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c903 r->lowcase_header[0] = c; in ngx_http_parse_header_line()
911 r->lowcase_header[0] = ch; in ngx_http_parse_header_line()
938 r->lowcase_header[i++] = c; in ngx_http_parse_header_line()
946 r->lowcase_header[i++] = ch; in ngx_http_parse_header_line()
H A Dngx_http_request.h565 u_char lowcase_header[NGX_HTTP_LC_HEADER_LEN]; member
H A Dngx_http_request.c1443 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_process_request_headers()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1063 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1273 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_uwsgi_process_header()
H A Dngx_http_fastcgi_module.c1954 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_fastcgi_process_header()
H A Dngx_http_proxy_module.c1860 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_proxy_process_header()