Searched defs:hash (Results 1 – 19 of 19) sorted by relevance
/unit/src/ |
H A D | nxt_djb_hash.c | 13 uint32_t hash; in nxt_djb_hash() local 32 uint32_t hash; in nxt_djb_hash_lowcase() local
|
H A D | nxt_djb_hash.h | 21 #define nxt_djb_hash_add(hash, val) \ argument
|
H A D | nxt_var.h | 38 uint16_t hash; member 44 nxt_lvlhsh_t hash; member
|
H A D | nxt_unit_field.h | 23 uint16_t hash; member
|
H A D | nxt_http_parse.c | 524 uint32_t hash; in nxt_http_parse_field_name() local 1180 nxt_http_fields_hash(nxt_lvlhsh_t *hash, in nxt_http_fields_hash() 1218 nxt_http_fields_hash_collisions(nxt_lvlhsh_t *hash, in nxt_http_fields_hash_collisions() 1260 nxt_http_fields_process(nxt_list_t *fields, nxt_lvlhsh_t *hash, void *ctx) in nxt_http_fields_process()
|
H A D | nxt_http_request.c | 883 uint32_t hash; in nxt_http_arguments_parse() local 984 uint32_t hash, u_char *start, const u_char *end) in nxt_http_argument() 1102 uint32_t hash; in nxt_http_cookie() local 1137 uint32_t hash; in nxt_http_field_hash() local 1225 uint32_t i, hash; in nxt_http_header_hash() local
|
H A D | nxt_http_parse.h | 88 uint16_t hash; member 138 nxt_http_field_process(nxt_http_field_t *field, nxt_lvlhsh_t *hash, void *ctx) in nxt_http_field_process()
|
H A D | nxt_http_static.c | 936 nxt_http_static_mtypes_init(nxt_mp_t *mp, nxt_lvlhsh_t *hash) in nxt_http_static_mtypes_init() 1041 nxt_http_static_mtypes_hash_add(nxt_mp_t *mp, nxt_lvlhsh_t *hash, in nxt_http_static_mtypes_hash_add() 1067 nxt_http_static_mtype_get(nxt_lvlhsh_t *hash, const nxt_str_t *exten) in nxt_http_static_mtype_get()
|
H A D | nxt_var.c | 159 nxt_var_field_new(nxt_mp_t *mp, nxt_str_t *name, uint32_t hash) in nxt_var_field_new()
|
H A D | nxt_http_route.c | 83 uint16_t hash; member 101 uint16_t hash; member 801 int64_t hash; in nxt_http_route_rule_name_create() local
|
H A D | nxt_http_variables.c | 141 int64_t hash; in nxt_http_unknown_var_ref() local
|
H A D | nxt_unit.h | 70 uint32_t hash; member
|
H A D | nxt_http.h | 209 uint16_t hash; member
|
H A D | nxt_conf.c | 1490 nxt_lvlhsh_t hash; in nxt_conf_json_parse_object() local
|
H A D | nxt_conf_validation.c | 1543 nxt_lvlhsh_t hash; member
|
H A D | nxt_router.c | 2430 uint32_t hash; in nxt_router_conf_forward_header() local
|
H A D | nxt_unit.c | 1926 uint32_t hash; in nxt_unit_field_hash() local
|
/unit/src/test/ |
H A D | nxt_http_parse_test.c | 534 nxt_lvlhsh_t hash; in nxt_http_parse_test() local 654 nxt_lvlhsh_t *hash, const char *name, nxt_uint_t n) in nxt_http_parse_test_bench()
|
/unit/src/nodejs/unit-http/ |
H A D | unit.cpp | 790 uint16_t hash; in response_send_headers() local
|