Lines Matching refs:hashmap_entry
18 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry()
19 struct hashmap_entry *entry) in hashmap_add_entry()
25 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry()
26 struct hashmap_entry *entry) in hashmap_del_entry()
90 struct hashmap_entry **new_buckets; in hashmap_grow()
91 struct hashmap_entry *cur, *tmp; in hashmap_grow()
120 struct hashmap_entry ***pprev, in hashmap_find_entry()
121 struct hashmap_entry **entry) in hashmap_find_entry()
123 struct hashmap_entry *cur, **prev_ptr; in hashmap_find_entry()
146 struct hashmap_entry *entry; in hashmap__insert()
182 entry = malloc(sizeof(struct hashmap_entry)); in hashmap__insert()
196 struct hashmap_entry *entry; in hashmap__find()
211 struct hashmap_entry **pprev, *entry; in hashmap__delete()