Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_lvlhsh.c153 static nxt_int_t nxt_lvlhsh_level_find(nxt_lvlhsh_query_t *lhq, void **lvl,
193 return nxt_lvlhsh_level_find(lhq, slot, lhq->key_hash, 0); in nxt_lvlhsh_find()
201 nxt_lvlhsh_level_find(nxt_lvlhsh_query_t *lhq, void **lvl, uint32_t key, in nxt_lvlhsh_level_find() function
220 return nxt_lvlhsh_level_find(lhq, slot, key >> shift, nlvl + 1); in nxt_lvlhsh_level_find()