lowcase_header   1446 http/modules/ngx_http_fastcgi_module.c                     ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_header   1283 http/modules/ngx_http_proxy_module.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_header    886 http/modules/ngx_http_scgi_module.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_header    936 http/modules/ngx_http_uwsgi_module.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_header    811 http/ngx_http_parse.c                     r->lowcase_header[0] = c;
lowcase_header    829 http/ngx_http_parse.c                 r->lowcase_header[i++] = c;
lowcase_header    837 http/ngx_http_parse.c                     r->lowcase_header[i++] = ch;
lowcase_header   1056 http/ngx_http_request.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_header    529 http/ngx_http_request.h     u_char                            lowcase_header[NGX_HTTP_LC_HEADER_LEN];