Home
last modified time | relevance | path

Searched refs:nxt_lvlhsh_bucket (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_lvlhsh.c78 #define nxt_lvlhsh_bucket(proto, bkt) \ macro
235 bucket = nxt_lvlhsh_bucket(lhq->proto, bkt); in nxt_lvlhsh_bucket_find()
364 bucket = nxt_lvlhsh_bucket(proto, *bkt); in nxt_lvlhsh_bucket_insert()
563 bucket = nxt_lvlhsh_bucket(proto, *bkt); in nxt_lvlhsh_bucket_convertion_insert()
617 proto->free(lhq->pool, nxt_lvlhsh_bucket(proto, level[i])); in nxt_lvlhsh_free_level()
695 bucket = nxt_lvlhsh_bucket(proto, *bkt); in nxt_lvlhsh_bucket_delete()
766 lhe->bucket = nxt_lvlhsh_bucket(lhe->proto, slot); in nxt_lvlhsh_each()
802 lhe->bucket = nxt_lvlhsh_bucket(lhe->proto, slot); in nxt_lvlhsh_level_each()
851 : nxt_lvlhsh_bucket(lhe->proto, next); in nxt_lvlhsh_bucket_each()
941 bucket = nxt_lvlhsh_bucket(peek->proto, *bkt); in nxt_lvlhsh_bucket_peek()