Home
last modified time | relevance | path

Searched refs:nxt_lvlhsh_find (Results 1 – 19 of 19) sorted by path

/unit/src/
H A Dnxt_application.c1277 if (nxt_lvlhsh_find(&nxt_proto_processes, &lhq) == NXT_OK) { in nxt_proto_process_find()
H A Dnxt_cert.c433 ret = nxt_lvlhsh_find(&nxt_cert_info, &lhq); in nxt_cert_info_get()
H A Dnxt_fd_event.c64 ret = nxt_lvlhsh_find(lvlhsh, &lhq); in nxt_fd_event_hash_get()
H A Dnxt_hash.h23 return nxt_lvlhsh_find(&h->lvlhsh, lhq); in nxt_hash_find()
H A Dnxt_http_parse.h149 if (nxt_lvlhsh_find(hash, &lhq) != NXT_OK) { in nxt_http_field_process()
H A Dnxt_http_static.c1071 if (nxt_lvlhsh_find(hash, &lhq) == NXT_OK) { in nxt_http_static_mtype_get()
H A Dnxt_lvlhsh.c181 nxt_lvlhsh_find(nxt_lvlhsh_t *lh, nxt_lvlhsh_query_t *lhq) in nxt_lvlhsh_find() function
H A Dnxt_lvlhsh.h131 NXT_EXPORT nxt_int_t nxt_lvlhsh_find(nxt_lvlhsh_t *lh, nxt_lvlhsh_query_t *lhq);
H A Dnxt_openssl.c1124 ret = nxt_lvlhsh_find(&conf->bundle_hash, &lhq);
H A Dnxt_poll_engine.c646 if (nxt_lvlhsh_find(&engine->u.poll.fd_hash, &lhq) == NXT_OK) { in nxt_poll_fd_hash_get()
H A Dnxt_port_hash.c134 if (nxt_lvlhsh_find(port_hash, &lhq) == NXT_OK) { in nxt_port_hash_find()
H A Dnxt_port_rpc.c329 ret = nxt_lvlhsh_find(&port->rpc_streams, &lhq); in nxt_port_rpc_handler()
H A Dnxt_port_socket.c1154 nxt_lvlhsh_find(&port->frags, &lhq); in nxt_port_frag_find()
H A Dnxt_router.c2599 if (nxt_lvlhsh_find(&rtcf->apps_hash, &lhq) != NXT_OK) { in nxt_router_apps_hash_get()
H A Dnxt_runtime.c1595 if (nxt_lvlhsh_find(&rt->processes, &lhq) == NXT_OK) { in nxt_runtime_process_find()
1618 if (nxt_lvlhsh_find(&rt->processes, &lhq) == NXT_OK) { in nxt_runtime_process_get()
H A Dnxt_script.c255 ret = nxt_lvlhsh_find(&nxt_script_info, &lhq); in nxt_script_info_get()
H A Dnxt_unit.c4458 if (nxt_lvlhsh_find(&lib->processes, &lhq) == NXT_OK) { in nxt_unit_process_get()
4511 rc = nxt_lvlhsh_find(&lib->processes, &lhq); in nxt_unit_process_find()
6457 res = nxt_lvlhsh_find(port_hash, &lhq); in nxt_unit_port_hash_find()
6557 res = nxt_lvlhsh_find(&ctx_impl->requests, &lhq); in nxt_unit_request_hash_find()
H A Dnxt_var.c104 if (nxt_lvlhsh_find(&nxt_var_hash, &lhq) != NXT_OK) { in nxt_var_hash_find()
/unit/src/test/
H A Dnxt_lvlhsh_test.c78 if (nxt_lvlhsh_find(lh, &lhq) == NXT_OK) { in nxt_lvlhsh_test_get()