Searched refs:nxt_http_field_hash_char (Results 1 – 4 of 4) sorted by relevance
/unit/src/ |
H A D | nxt_http_request.c | 42 nxt_http_field_hash_char( \ 43 nxt_http_field_hash_char( \ 44 nxt_http_field_hash_char( \ 45 nxt_http_field_hash_char( \ 46 nxt_http_field_hash_char( \ 47 nxt_http_field_hash_char(NXT_HTTP_FIELD_HASH_INIT, \ 934 hash = nxt_http_field_hash_char(hash, *dst); in nxt_http_arguments_parse() 1091 hash = nxt_http_field_hash_char(hash, c); in nxt_http_cookie() 1132 hash = nxt_http_field_hash_char(hash, c); in nxt_http_field_hash() 1175 hash = nxt_http_field_hash_char(hash, c); in nxt_http_field_hash() [all …]
|
H A D | nxt_http_parse.h | 111 #define nxt_http_field_hash_char(h, c) (((h) << 4) + (h) + (c)) macro
|
H A D | nxt_http_parse.c | 560 hash = nxt_http_field_hash_char(hash, c); in nxt_http_parse_field_name() 1199 key = nxt_http_field_hash_char(key, ch); in nxt_http_fields_hash() 1244 key = nxt_http_field_hash_char(key, ch); in nxt_http_fields_hash_collisions()
|
H A D | nxt_router.c | 2186 hash = nxt_http_field_hash_char(hash, nxt_lowcase(c)); in nxt_router_conf_forward_header()
|