ngx_tolower       625 src/core/ngx_hash.c         key = ngx_hash(key, ngx_tolower(data[i]));
ngx_tolower       640 src/core/ngx_hash.c         *dst = ngx_tolower(*src);
ngx_tolower       770 src/core/ngx_hash.c             key->data[i] = ngx_tolower(key->data[i]);
ngx_tolower        24 src/core/ngx_string.c         *dst = ngx_tolower(*src);
ngx_tolower       183 src/core/ngx_syslog.c                 c = ngx_tolower(p[i]);
ngx_tolower       185 src/http/modules/ngx_http_referer_module.c         buf[i] = ngx_tolower(*p);
ngx_tolower       539 src/http/modules/ngx_http_sub_filter_module.c         ch = ngx_tolower(ch);
ngx_tolower       570 src/http/modules/ngx_http_sub_filter_module.c                 ch = ngx_tolower(ch);
ngx_tolower      1677 src/http/ngx_http_core_module.c             c = ngx_tolower(r->headers_out.content_type.data[i]);
ngx_tolower      4408 src/http/ngx_http_upstream.c             c0 = ngx_tolower(h->value.data[0]);
ngx_tolower      4409 src/http/ngx_http_upstream.c             c1 = ngx_tolower(h->value.data[1]);
ngx_tolower      4416 src/http/ngx_http_upstream.c             c0 = ngx_tolower(h->value.data[0]);
ngx_tolower      4417 src/http/ngx_http_upstream.c             c1 = ngx_tolower(h->value.data[1]);
ngx_tolower      4418 src/http/ngx_http_upstream.c             c2 = ngx_tolower(h->value.data[2]);