lowcase_key        95 core/ngx_hash.h     u_char           *lowcase_key;
lowcase_key       691 http/modules/ngx_http_fastcgi_module.c     u_char                        ch, *pos, *lowcase_key;
lowcase_key       737 http/modules/ngx_http_fastcgi_module.c         lowcase_key = NULL;
lowcase_key       764 http/modules/ngx_http_fastcgi_module.c                     lowcase_key = ngx_pnalloc(r->pool, allocated);
lowcase_key       765 http/modules/ngx_http_fastcgi_module.c                     if (lowcase_key == NULL) {
lowcase_key       783 http/modules/ngx_http_fastcgi_module.c                     lowcase_key[n] = ch;
lowcase_key       786 http/modules/ngx_http_fastcgi_module.c                 if (ngx_hash_find(&flcf->headers_hash, hash, lowcase_key, n)) {
lowcase_key      1416 http/modules/ngx_http_fastcgi_module.c                     h->lowcase_key = ngx_pnalloc(r->pool, h->key.len);
lowcase_key      1417 http/modules/ngx_http_fastcgi_module.c                     if (h->lowcase_key == NULL) {
lowcase_key      1434 http/modules/ngx_http_fastcgi_module.c                     h->lowcase_key = h->key.data + h->key.len + 1
lowcase_key      1446 http/modules/ngx_http_fastcgi_module.c                     ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_key      1449 http/modules/ngx_http_fastcgi_module.c                     ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
lowcase_key      1453 http/modules/ngx_http_fastcgi_module.c                                    h->lowcase_key, h->key.len);
lowcase_key       951 http/modules/ngx_http_proxy_module.c                               header[i].lowcase_key, header[i].key.len))
lowcase_key      1069 http/modules/ngx_http_proxy_module.c                               header[i].lowcase_key, header[i].key.len))
lowcase_key      1277 http/modules/ngx_http_proxy_module.c             h->lowcase_key = h->key.data + h->key.len + 1 + h->value.len + 1;
lowcase_key      1283 http/modules/ngx_http_proxy_module.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_key      1286 http/modules/ngx_http_proxy_module.c                 ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
lowcase_key      1290 http/modules/ngx_http_proxy_module.c                                h->lowcase_key, h->key.len);
lowcase_key      1326 http/modules/ngx_http_proxy_module.c                 h->lowcase_key = (u_char *) "server";
lowcase_key      1339 http/modules/ngx_http_proxy_module.c                 h->lowcase_key = (u_char *) "date";
lowcase_key       194 http/modules/ngx_http_realip_module.c                 && ngx_strncmp(p, header[i].lowcase_key, len) == 0)
lowcase_key       512 http/modules/ngx_http_scgi_module.c     u_char                        ch, *key, *val, *lowcase_key;
lowcase_key       561 http/modules/ngx_http_scgi_module.c         lowcase_key = NULL;
lowcase_key       588 http/modules/ngx_http_scgi_module.c                     lowcase_key = ngx_pnalloc(r->pool, allocated);
lowcase_key       589 http/modules/ngx_http_scgi_module.c                     if (lowcase_key == NULL) {
lowcase_key       607 http/modules/ngx_http_scgi_module.c                     lowcase_key[n] = ch;
lowcase_key       610 http/modules/ngx_http_scgi_module.c                 if (ngx_hash_find(&scf->headers_hash, hash, lowcase_key, n)) {
lowcase_key       880 http/modules/ngx_http_scgi_module.c             h->lowcase_key = h->key.data + h->key.len + 1 + h->value.len + 1;
lowcase_key       886 http/modules/ngx_http_scgi_module.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_key       889 http/modules/ngx_http_scgi_module.c                 ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
lowcase_key       893 http/modules/ngx_http_scgi_module.c                                h->lowcase_key, h->key.len);
lowcase_key       545 http/modules/ngx_http_uwsgi_module.c     u_char                        ch, *lowcase_key;
lowcase_key       589 http/modules/ngx_http_uwsgi_module.c         lowcase_key = NULL;
lowcase_key       616 http/modules/ngx_http_uwsgi_module.c                     lowcase_key = ngx_pnalloc(r->pool, allocated);
lowcase_key       617 http/modules/ngx_http_uwsgi_module.c                     if (lowcase_key == NULL) {
lowcase_key       635 http/modules/ngx_http_uwsgi_module.c                     lowcase_key[n] = ch;
lowcase_key       638 http/modules/ngx_http_uwsgi_module.c                 if (ngx_hash_find(&uwcf->headers_hash, hash, lowcase_key, n)) {
lowcase_key       930 http/modules/ngx_http_uwsgi_module.c             h->lowcase_key = h->key.data + h->key.len + 1 + h->value.len + 1;
lowcase_key       936 http/modules/ngx_http_uwsgi_module.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_key       939 http/modules/ngx_http_uwsgi_module.c                 ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
lowcase_key       943 http/modules/ngx_http_uwsgi_module.c                                h->lowcase_key, h->key.len);
lowcase_key      1049 http/ngx_http_request.c             h->lowcase_key = ngx_pnalloc(r->pool, h->key.len);
lowcase_key      1050 http/ngx_http_request.c             if (h->lowcase_key == NULL) {
lowcase_key      1056 http/ngx_http_request.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
lowcase_key      1059 http/ngx_http_request.c                 ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
lowcase_key      1063 http/ngx_http_request.c                                h->lowcase_key, h->key.len);
lowcase_key      1833 http/ngx_http_upstream.c                                h[i].lowcase_key, h[i].key.len);
lowcase_key      1880 http/ngx_http_upstream.c                           h[i].lowcase_key, h[i].key.len))
lowcase_key      1886 http/ngx_http_upstream.c                            h[i].lowcase_key, h[i].key.len);