/unit/src/ |
H A D | nxt_fd_event.c | 10 static nxt_int_t nxt_fd_event_hash_test(nxt_lvlhsh_query_t *lhq, void *data); 26 nxt_fd_event_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_fd_event_hash_test() 36 nxt_lvlhsh_query_t lhq; in nxt_fd_event_hash_add() 59 nxt_lvlhsh_query_t lhq; in nxt_fd_event_hash_get() 81 nxt_lvlhsh_query_t lhq; in nxt_fd_event_hash_delete()
|
H A D | nxt_lvlhsh.h | 11 typedef struct nxt_lvlhsh_query_s nxt_lvlhsh_query_t; typedef 13 typedef nxt_int_t (*nxt_lvlhsh_test_t)(nxt_lvlhsh_query_t *lhq, void *data); 131 NXT_EXPORT nxt_int_t nxt_lvlhsh_find(nxt_lvlhsh_t *lh, nxt_lvlhsh_query_t *lhq); 148 nxt_lvlhsh_query_t *lhq); 159 nxt_lvlhsh_query_t *lhq);
|
H A D | nxt_hash.h | 19 nxt_hash_find(nxt_hash_t *h, nxt_lvlhsh_query_t *lhq) in nxt_hash_find() 28 nxt_hash_insert(nxt_hash_t *h, nxt_lvlhsh_query_t *lhq) in nxt_hash_insert() 38 nxt_hash_delete(nxt_hash_t *h, nxt_lvlhsh_query_t *lhq) in nxt_hash_delete()
|
H A D | nxt_lvlhsh.c | 157 static nxt_int_t nxt_lvlhsh_level_insert(nxt_lvlhsh_query_t *lhq, 159 static nxt_int_t nxt_lvlhsh_bucket_insert(nxt_lvlhsh_query_t *lhq, 181 nxt_lvlhsh_find(nxt_lvlhsh_t *lh, nxt_lvlhsh_query_t *lhq) in nxt_lvlhsh_find() 201 nxt_lvlhsh_level_find(nxt_lvlhsh_query_t *lhq, void **lvl, uint32_t key, in nxt_lvlhsh_level_find() 228 nxt_lvlhsh_bucket_find(nxt_lvlhsh_query_t *lhq, void **bkt) in nxt_lvlhsh_bucket_find() 268 nxt_lvlhsh_insert(nxt_lvlhsh_t *lh, nxt_lvlhsh_query_t *lhq) in nxt_lvlhsh_insert() 288 nxt_lvlhsh_new_bucket(nxt_lvlhsh_query_t *lhq, void **slot) in nxt_lvlhsh_new_bucket() 452 nxt_lvlhsh_convert_bucket_to_level(nxt_lvlhsh_query_t *lhq, void **slot, in nxt_lvlhsh_convert_bucket_to_level() 459 nxt_lvlhsh_query_t q; in nxt_lvlhsh_convert_bucket_to_level() 628 nxt_lvlhsh_delete(nxt_lvlhsh_t *lh, nxt_lvlhsh_query_t *lhq) in nxt_lvlhsh_delete() [all …]
|
H A D | nxt_port_hash.c | 18 nxt_port_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_port_hash_test() 52 nxt_port_hash_lhq(nxt_lvlhsh_query_t *lhq, nxt_pid_port_id_t *pid_port) in nxt_port_hash_lhq() 67 nxt_lvlhsh_query_t lhq; in nxt_port_hash_add() 98 nxt_lvlhsh_query_t lhq; in nxt_port_hash_remove() 127 nxt_lvlhsh_query_t lhq; in nxt_port_hash_find()
|
H A D | nxt_upstream_source.c | 10 static nxt_int_t nxt_upstream_header_hash_test(nxt_lvlhsh_query_t *lhq, 27 nxt_lvlhsh_query_t lhq; in nxt_upstream_header_hash_add() 51 nxt_upstream_header_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_upstream_header_hash_test()
|
H A D | nxt_port_rpc.c | 57 nxt_rpc_reg_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_rpc_reg_test() 72 nxt_port_rpc_lhq_stream(nxt_lvlhsh_query_t *lhq, uint32_t *stream) in nxt_port_rpc_lhq_stream() 82 nxt_port_rpc_lhq_peer(nxt_lvlhsh_query_t *lhq, nxt_pid_t *peer) in nxt_port_rpc_lhq_peer() 127 nxt_lvlhsh_query_t lhq; in nxt_port_rpc_register_handler_ex() 194 nxt_lvlhsh_query_t lhq; in nxt_port_rpc_ex_set_peer() 259 nxt_lvlhsh_query_t lhq; in nxt_port_rpc_remove_from_peers() 314 nxt_lvlhsh_query_t lhq; in nxt_port_rpc_handler() 375 nxt_lvlhsh_query_t lhq; in nxt_port_rpc_remove_peer() 464 nxt_lvlhsh_query_t lhq; in nxt_port_rpc_cancel()
|
H A D | nxt_cache.c | 15 static nxt_int_t nxt_cache_lvlhsh_test(nxt_lvlhsh_query_t *lhq, void *data); 17 nxt_cache_query_t *q, nxt_lvlhsh_query_t *lhq); 19 nxt_cache_query_t *q, nxt_lvlhsh_query_t *lhq); 97 nxt_cache_lvlhsh_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_cache_lvlhsh_test() 133 nxt_lvlhsh_query_t lhq; in nxt_cache_query() 164 nxt_lvlhsh_query_t *lhq) in nxt_cache_query_locked() 202 nxt_lvlhsh_query_t *lhq) in nxt_cache_node_hold() 414 nxt_lvlhsh_query_t lhq; in nxt_cache_update()
|
H A D | nxt_var.c | 59 static nxt_int_t nxt_var_hash_test(nxt_lvlhsh_query_t *lhq, void *data); 62 static nxt_int_t nxt_var_cache_test(nxt_lvlhsh_query_t *lhq, void *data); 95 nxt_var_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_var_hash_test() 108 nxt_lvlhsh_query_t lhq; in nxt_var_hash_find() 123 nxt_var_cache_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_var_cache_test() 132 nxt_lvlhsh_query_t lhq; in nxt_var_cache_find() 151 nxt_lvlhsh_query_t lhq; in nxt_var_cache_add() 169 nxt_lvlhsh_query_t lhq; in nxt_var_register()
|
H A D | nxt_poll_engine.c | 63 static nxt_int_t nxt_poll_fd_hash_test(nxt_lvlhsh_query_t *lhq, void *data); 391 nxt_lvlhsh_query_t lhq; in nxt_poll_set_add() 464 nxt_lvlhsh_query_t lhq; in nxt_poll_set_delete() 639 nxt_lvlhsh_query_t lhq; in nxt_poll_fd_hash_get() 658 nxt_poll_fd_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_poll_fd_hash_test()
|
H A D | nxt_http_parse.c | 24 static nxt_int_t nxt_http_field_hash_test(nxt_lvlhsh_query_t *lhq, void *data); 26 static nxt_int_t nxt_http_field_hash_collision(nxt_lvlhsh_query_t *lhq, 1158 nxt_http_field_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_http_field_hash_test() 1173 nxt_http_field_hash_collision(nxt_lvlhsh_query_t *lhq, void *data) in nxt_http_field_hash_collision() 1188 nxt_lvlhsh_query_t lhq; in nxt_http_fields_hash() 1226 nxt_lvlhsh_query_t lhq; in nxt_http_fields_hash_collisions()
|
H A D | nxt_http_parse.h | 138 nxt_lvlhsh_query_t lhq; in nxt_http_field_process()
|
H A D | nxt_application.c | 1068 nxt_proto_lvlhsh_isolated_pid_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_proto_lvlhsh_isolated_pid_test() 1093 nxt_proto_process_lhq_pid(nxt_lvlhsh_query_t *lhq, nxt_pid_t *pid) in nxt_proto_process_lhq_pid() 1106 nxt_lvlhsh_query_t lhq; in nxt_proto_process_add() 1137 nxt_lvlhsh_query_t lhq; in nxt_proto_process_remove() 1171 nxt_lvlhsh_query_t lhq; in nxt_proto_process_find()
|
H A D | nxt_runtime.c | 1426 nxt_runtime_lvlhsh_pid_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_runtime_lvlhsh_pid_test() 1450 nxt_runtime_process_lhq_pid(nxt_lvlhsh_query_t *lhq, nxt_pid_t *pid) in nxt_runtime_process_lhq_pid() 1463 nxt_lvlhsh_query_t lhq; in nxt_runtime_process_find() 1488 nxt_lvlhsh_query_t lhq; in nxt_runtime_process_get() 1549 nxt_lvlhsh_query_t lhq; in nxt_runtime_process_add() 1598 nxt_lvlhsh_query_t lhq; in nxt_runtime_process_remove()
|
H A D | nxt_http_static.c | 64 static nxt_int_t nxt_http_static_mtypes_hash_test(nxt_lvlhsh_query_t *lhq, 1029 nxt_lvlhsh_query_t lhq; in nxt_http_static_mtypes_hash_add() 1054 nxt_lvlhsh_query_t lhq; in nxt_http_static_mtype_get() 1073 nxt_http_static_mtypes_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_http_static_mtypes_hash_test()
|
H A D | nxt_cert.c | 320 nxt_cert_info_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_cert_info_hash_test() 372 nxt_lvlhsh_query_t lhq; in nxt_cert_info_save() 427 nxt_lvlhsh_query_t lhq; in nxt_cert_info_get() 795 nxt_lvlhsh_query_t lhq; in nxt_cert_info_delete()
|
H A D | nxt_openssl.c | 82 static nxt_int_t nxt_openssl_bundle_hash_test(nxt_lvlhsh_query_t *lhq, 965 nxt_openssl_bundle_hash_test(nxt_lvlhsh_query_t *lhq, void *data) 981 nxt_lvlhsh_query_t lhq; 1117 nxt_lvlhsh_query_t lhq;
|
H A D | nxt_port_socket.c | 1034 nxt_port_lvlhsh_frag_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_port_lvlhsh_frag_test() 1080 nxt_lvlhsh_query_t lhq; in nxt_port_frag_start() 1136 nxt_lvlhsh_query_t lhq; in nxt_port_frag_find()
|
H A D | nxt_unit.c | 4398 nxt_unit_lvlhsh_pid_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_unit_lvlhsh_pid_test() 4423 nxt_unit_process_lhq_pid(nxt_lvlhsh_query_t *lhq, pid_t *pid) in nxt_unit_process_lhq_pid() 4437 nxt_lvlhsh_query_t lhq; in nxt_unit_process_get() 4488 nxt_lvlhsh_query_t lhq; in nxt_unit_process_find() 6349 nxt_unit_port_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_unit_port_hash_test() 6377 nxt_unit_port_hash_lhq(nxt_lvlhsh_query_t *lhq, in nxt_unit_port_hash_lhq() 6408 nxt_lvlhsh_query_t lhq; in nxt_unit_port_hash_add() 6433 nxt_lvlhsh_query_t lhq; in nxt_unit_port_hash_find() 6461 nxt_unit_request_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_unit_request_hash_test() 6481 nxt_lvlhsh_query_t lhq; in nxt_unit_request_hash_add() [all …]
|
H A D | nxt_conf.c | 112 static nxt_int_t nxt_conf_object_hash_test(nxt_lvlhsh_query_t *lhq, 1653 nxt_lvlhsh_query_t lhq; in nxt_conf_object_hash_add() 1668 nxt_conf_object_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_conf_object_hash_test()
|
H A D | nxt_http_source.c | 325 nxt_lvlhsh_query_t lhq; in nxt_http_source_header_line_process()
|
H A D | nxt_fastcgi_source.c | 547 nxt_lvlhsh_query_t lhq; in nxt_fastcgi_source_header_process()
|
H A D | nxt_router.c | 117 static nxt_int_t nxt_router_apps_hash_test(nxt_lvlhsh_query_t *lhq, void *data); 2343 nxt_router_apps_hash_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_router_apps_hash_test() 2356 nxt_lvlhsh_query_t lhq; in nxt_router_apps_hash_add() 2383 nxt_lvlhsh_query_t lhq; in nxt_router_apps_hash_get()
|
/unit/src/test/ |
H A D | nxt_lvlhsh_test.c | 12 nxt_lvlhsh_test_key_test(nxt_lvlhsh_query_t *lhq, void *data) in nxt_lvlhsh_test_key_test() 42 nxt_lvlhsh_query_t lhq; in nxt_lvlhsh_test_add() 71 nxt_lvlhsh_query_t lhq; in nxt_lvlhsh_test_get() 97 nxt_lvlhsh_query_t lhq; in nxt_lvlhsh_test_delete()
|