Home
last modified time | relevance | path

Searched refs:nxt_lowcase (Results 1 – 7 of 7) sorted by relevance

/unit/src/
H A Dnxt_string.c93 *dst++ = nxt_lowcase(c); in nxt_memcpy_lowcase()
164 c1 = nxt_lowcase(c1); in nxt_strcasecmp()
165 c2 = nxt_lowcase(c2); in nxt_strcasecmp()
190 c1 = nxt_lowcase(c1); in nxt_strncasecmp()
191 c2 = nxt_lowcase(c2); in nxt_strncasecmp()
222 c1 = nxt_lowcase(c1); in nxt_memcasecmp()
223 c2 = nxt_lowcase(c2); in nxt_memcasecmp()
284 c2 = nxt_lowcase(c2); in nxt_memcasestrn()
289 c1 = nxt_lowcase(c1); in nxt_memcasestrn()
H A Dnxt_djb_hash.c40 hash = nxt_djb_hash_add(hash, nxt_lowcase(c)); in nxt_djb_hash_lowcase()
H A Dnxt_string.h11 #define nxt_lowcase(c) \ macro
H A Dnxt_http_parse.c1198 ch = nxt_lowcase(name->start[j]); in nxt_http_fields_hash()
1243 ch = nxt_lowcase(name->start[j]); in nxt_http_fields_hash_collisions()
H A Dnxt_http_request.c1157 c = case_sensitive ? c : nxt_lowcase(c); in nxt_http_field_hash()
1200 c = case_sensitive ? c : nxt_lowcase(c); in nxt_http_field_hash()
H A Dnxt_unit.c1934 hash = (hash << 4) + hash + nxt_lowcase(ch); in nxt_unit_field_hash()
6790 c1 = nxt_lowcase(c1); in nxt_unit_memcasecmp()
6791 c2 = nxt_lowcase(c2); in nxt_unit_memcasecmp()
H A Dnxt_router.c2444 hash = nxt_http_field_hash_char(hash, nxt_lowcase(c)); in nxt_router_conf_forward_header()