Home
last modified time | relevance | path

Searched refs:nxt_lvlhsh_delete (Results 1 – 14 of 14) sorted by path

/unit/src/
H A Dnxt_application.c1247 switch (nxt_lvlhsh_delete(&nxt_proto_processes, &lhq)) { in nxt_proto_process_remove()
H A Dnxt_cert.c801 ret = nxt_lvlhsh_delete(&nxt_cert_info, &lhq); in nxt_cert_info_delete()
H A Dnxt_fd_event.c86 ret = nxt_lvlhsh_delete(lvlhsh, &lhq); in nxt_fd_event_hash_delete()
H A Dnxt_hash.h43 return nxt_lvlhsh_delete(&h->lvlhsh, lhq); in nxt_hash_delete()
H A Dnxt_lvlhsh.c628 nxt_lvlhsh_delete(nxt_lvlhsh_t *lh, nxt_lvlhsh_query_t *lhq) in nxt_lvlhsh_delete() function
H A Dnxt_lvlhsh.h158 NXT_EXPORT nxt_int_t nxt_lvlhsh_delete(nxt_lvlhsh_t *lh,
H A Dnxt_poll_engine.c473 ret = nxt_lvlhsh_delete(&engine->u.poll.fd_hash, &lhq); in nxt_poll_set_delete()
H A Dnxt_port_hash.c105 res = nxt_lvlhsh_delete(port_hash, &lhq); in nxt_port_hash_remove()
H A Dnxt_port_rpc.c274 ret = nxt_lvlhsh_delete(&port->rpc_peers, &lhq); in nxt_port_rpc_remove_from_peers()
326 ret = nxt_lvlhsh_delete(&port->rpc_streams, &lhq); in nxt_port_rpc_handler()
381 ret = nxt_lvlhsh_delete(&port->rpc_peers, &lhq); in nxt_port_rpc_remove_peer()
443 ret = nxt_lvlhsh_delete(&port->rpc_streams, &lhq); in nxt_port_rpc_remove_peer()
469 ret = nxt_lvlhsh_delete(&port->rpc_streams, &lhq); in nxt_port_rpc_cancel()
H A Dnxt_port_socket.c1153 res = last != 0 ? nxt_lvlhsh_delete(&port->frags, &lhq) : in nxt_port_frag_find()
H A Dnxt_runtime.c1734 switch (nxt_lvlhsh_delete(&rt->processes, &lhq)) { in nxt_runtime_process_remove()
H A Dnxt_script.c332 ret = nxt_lvlhsh_delete(&nxt_script_info, &lhq); in nxt_script_info_delete()
H A Dnxt_unit.c4508 rc = nxt_lvlhsh_delete(&lib->processes, &lhq); in nxt_unit_process_find()
6454 res = nxt_lvlhsh_delete(port_hash, &lhq); in nxt_unit_port_hash_find()
6554 res = nxt_lvlhsh_delete(&ctx_impl->requests, &lhq); in nxt_unit_request_hash_find()
/unit/src/test/
H A Dnxt_lvlhsh_test.c105 ret = nxt_lvlhsh_delete(lh, &lhq); in nxt_lvlhsh_test_delete()