Home
last modified time | relevance | path

Searched refs:nxt_lvlhsh_retrieve (Results 1 – 7 of 7) sorted by path

/unit/src/
H A Dnxt_fd_event.c102 ev = nxt_lvlhsh_retrieve(lvlhsh, &nxt_event_set_fd_hash_proto, NULL); in nxt_fd_event_hash_destroy()
H A Dnxt_lvlhsh.c972 nxt_lvlhsh_retrieve(nxt_lvlhsh_t *lh, const nxt_lvlhsh_proto_t *proto, in nxt_lvlhsh_retrieve() function
H A Dnxt_lvlhsh.h192 NXT_EXPORT void *nxt_lvlhsh_retrieve(nxt_lvlhsh_t *lh,
H A Dnxt_poll_engine.c686 phe = nxt_lvlhsh_retrieve(lh, &nxt_poll_fd_hash_proto, NULL); in nxt_poll_fd_hash_destroy()
H A Dnxt_port_hash.c47 return nxt_lvlhsh_retrieve(port_hash, &lvlhsh_ports_proto, NULL); in nxt_port_hash_retrieve()
H A Dnxt_unit.c4529 return nxt_lvlhsh_retrieve(&lib->processes, &lvlhsh_processes_proto, NULL); in nxt_unit_process_pop_first()
/unit/src/test/
H A Dnxt_lvlhsh_test.c228 value = nxt_lvlhsh_retrieve(&lh, proto, mp); in nxt_lvlhsh_test()