Lines Matching defs:t
123 static void _free_nodes(struct dm_hash_table *t) in _free_nodes()
135 void dm_hash_destroy(struct dm_hash_table *t) in dm_hash_destroy()
142 static struct dm_hash_node **_find(struct dm_hash_table *t, const char *key, in _find()
159 void *dm_hash_lookup_binary(struct dm_hash_table *t, const char *key, in dm_hash_lookup_binary()
167 int dm_hash_insert_binary(struct dm_hash_table *t, const char *key, in dm_hash_insert_binary()
189 void dm_hash_remove_binary(struct dm_hash_table *t, const char *key, in dm_hash_remove_binary()
202 void *dm_hash_lookup(struct dm_hash_table *t, const char *key) in dm_hash_lookup()
207 int dm_hash_insert(struct dm_hash_table *t, const char *key, void *data) in dm_hash_insert()
212 void dm_hash_remove(struct dm_hash_table *t, const char *key) in dm_hash_remove()
217 unsigned dm_hash_get_num_entries(struct dm_hash_table *t) in dm_hash_get_num_entries()
222 void dm_hash_iter(struct dm_hash_table *t, dm_hash_iterate_fn f) in dm_hash_iter()
234 void dm_hash_wipe(struct dm_hash_table *t) in dm_hash_wipe()
253 static struct dm_hash_node *_next_slot(struct dm_hash_table *t, unsigned s) in _next_slot()
264 struct dm_hash_node *dm_hash_get_first(struct dm_hash_table *t) in dm_hash_get_first()
269 struct dm_hash_node *dm_hash_get_next(struct dm_hash_table *t, struct dm_hash_node *n) in dm_hash_get_next()