Lines Matching defs:h
41 ht_init(struct ht *h, ssize_t size) in ht_init()
55 ht_destroy(struct ht *h) in ht_destroy()
74 ht_find(struct ht *h, uint32_t hash) in ht_find()
85 ht_find_locked(struct ht *h, uint32_t hash) in ht_find_locked()
101 ht_add(struct ht *h, uint32_t hash, void *value) in ht_add()
127 ht_remove(struct ht *h, uint32_t hash) in ht_remove()
138 ht_remove_locked(struct ht *h, uint32_t hash) in ht_remove_locked()
175 struct ht *h; in ht_iter_advance() local
206 struct ht *h; in ht_remove_at_iter() local
238 ht_iter(struct ht *h, struct ht_iter *iter) in ht_iter()
255 struct ht *h; in ht_next() local