Lines Matching defs:h
64 ohash_delete(struct ohash *h) in ohash_delete()
73 ohash_resize(struct ohash *h) in ohash_resize()
121 ohash_remove(struct ohash *h, unsigned int i) in ohash_remove()
139 ohash_find(struct ohash *h, unsigned int i) in ohash_find()
148 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert()
166 ohash_entries(struct ohash *h) in ohash_entries()
172 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first()
179 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next()
188 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
225 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, in ohash_lookup_interval()
273 ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv) in ohash_lookup_memory()
317 ohash_qlookup(struct ohash *h, const char *s) in ohash_qlookup()
324 ohash_qlookupi(struct ohash *h, const char *s, const char **e) in ohash_qlookupi()