Searched refs:lowcase_header (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_parse.c | 903 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 D | ngx_http_request.h | 565 u_char lowcase_header[NGX_HTTP_LC_HEADER_LEN]; member
|
| H A D | ngx_http_request.c | 1443 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 D | ngx_http_scgi_module.c | 1063 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_scgi_process_header()
|
| H A D | ngx_http_uwsgi_module.c | 1273 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_uwsgi_process_header()
|
| H A D | ngx_http_fastcgi_module.c | 1954 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_fastcgi_process_header()
|
| H A D | ngx_http_proxy_module.c | 1860 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_proxy_process_header()
|