Searched defs:hashmap (Results 1 – 1 of 1) sorted by relevance
35 struct hashmap { struct36 hashmap_hash_fn hash_fn; argument37 hashmap_equal_fn equal_fn; argument40 struct hashmap_entry **buckets; argument56 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument