Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_lvlhsh.c156 static nxt_int_t nxt_lvlhsh_new_bucket(nxt_lvlhsh_query_t *lhq, void **slot);
283 return nxt_lvlhsh_new_bucket(lhq, &lh->slot); in nxt_lvlhsh_insert()
288 nxt_lvlhsh_new_bucket(nxt_lvlhsh_query_t *lhq, void **slot) in nxt_lvlhsh_new_bucket() function
335 ret = nxt_lvlhsh_new_bucket(lhq, slot); in nxt_lvlhsh_level_insert()
447 return nxt_lvlhsh_new_bucket(lhq, bkt); in nxt_lvlhsh_bucket_insert()
527 ret = nxt_lvlhsh_new_bucket(lhq, slot); in nxt_lvlhsh_level_convertion_insert()
597 return nxt_lvlhsh_new_bucket(lhq, bkt); in nxt_lvlhsh_bucket_convertion_insert()