Home
last modified time | relevance | path

Searched refs:ngx_tolower (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.c632 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()
H A Dngx_syslog.c197 c = ngx_tolower(p[i]); in ngx_syslog_parse_args()
H A Dngx_string.h47 #define ngx_tolower(c) (u_char) ((c >= 'A' && c <= 'Z') ? (c | 0x20) : c) macro
H A Dngx_string.c24 *dst = ngx_tolower(*src); in ngx_strlow()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c636 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()
H A Dngx_http_referer_module.c189 buf[i] = ngx_tolower(*p); in ngx_http_referer_variable()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c4831 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()
H A Dngx_http_core_module.c1497 c = ngx_tolower(r->headers_out.content_type.data[i]); in ngx_http_test_content_type()