Searched refs:nxt_memcasecmp (Results 1 – 7 of 7) sorted by relevance
/unit/src/ |
H A D | nxt_upstream_source.c | 58 && nxt_memcasecmp(lhq->key.data, unv->name, unv->len) == 0) in nxt_upstream_header_hash_test()
|
H A D | nxt_string.h | 90 NXT_EXPORT nxt_int_t nxt_memcasecmp(const void *p1, const void *p2, 140 && (nxt_memcasecmp((s1)->start, (s2)->start, (s1)->length) == 0))
|
H A D | nxt_http_request.c | 370 && nxt_memcasecmp(f->name, client_ip->header->start, in nxt_http_request_forward() 386 && nxt_memcasecmp(f->name, protocol->header->start, in nxt_http_request_forward() 510 if (nxt_memcasecmp(field->value, "http", 4) == 0) { in nxt_http_request_forward_protocol() 515 if (nxt_memcasecmp(field->value, "https", 5) == 0) { in nxt_http_request_forward_protocol() 520 if (nxt_memcasecmp(field->value, "on", 2) == 0) { in nxt_http_request_forward_protocol()
|
H A D | nxt_string.c | 209 nxt_memcasecmp(const void *p1, const void *p2, size_t length) in nxt_memcasecmp() function 297 if (nxt_memcasecmp(s, s2, length) == 0) { in nxt_memcasestrn()
|
H A D | nxt_h1proto.c | 747 && nxt_memcasecmp(field->value, "close", 5) == 0) in nxt_h1p_connection() 752 && nxt_memcasecmp(field->value, "keep-alive", 10) == 0) in nxt_h1p_connection() 757 && nxt_memcasecmp(field->value, "upgrade", 7) == 0) in nxt_h1p_connection() 774 && nxt_memcasecmp(field->value, "websocket", 9) == 0) in nxt_h1p_upgrade()
|
H A D | nxt_http_route.c | 2153 n = nxt_memcasecmp(start, test, test_length); in nxt_http_route_memcmp()
|
H A D | nxt_router.c | 5711 || nxt_memcasecmp(dup->name, field->name, dup->name_length)) in nxt_router_prepare_msg()
|