Searched refs:ngx_tolower (Results 1 – 8 of 8) sorted by relevance
632 key = ngx_hash(key, ngx_tolower(data[i])); in ngx_hash_key_lc()647 *dst = ngx_tolower(*src); in ngx_hash_strlow()781 key->data[i] = ngx_tolower(key->data[i]); in ngx_hash_add_key()
197 c = ngx_tolower(p[i]); in ngx_syslog_parse_args()
47 #define ngx_tolower(c) (u_char) ((c >= 'A' && c <= 'Z') ? (c | 0x20) : c) macro
24 *dst = ngx_tolower(*src); in ngx_strlow()
636 c = ngx_tolower(c); in ngx_http_sub_parse()759 if (ngx_tolower(*p) != *pat) { in ngx_http_sub_match()771 if (ngx_tolower(*p) != *pat) { in ngx_http_sub_match()
189 buf[i] = ngx_tolower(*p); in ngx_http_referer_variable()
4831 c0 = ngx_tolower(h->value.data[0]); in ngx_http_upstream_process_buffering()4832 c1 = ngx_tolower(h->value.data[1]); in ngx_http_upstream_process_buffering()4839 c0 = ngx_tolower(h->value.data[0]); in ngx_http_upstream_process_buffering()4840 c1 = ngx_tolower(h->value.data[1]); in ngx_http_upstream_process_buffering()4841 c2 = ngx_tolower(h->value.data[2]); in ngx_http_upstream_process_buffering()
1497 c = ngx_tolower(r->headers_out.content_type.data[i]); in ngx_http_test_content_type()