Searched refs:equals_function (Results 1 – 2 of 2) sorted by relevance
136 void hashmap_init(struct hashmap *map, hashmap_cmp_fn equals_function, in hashmap_init() argument142 map->cmpfn = equals_function ? equals_function : always_equal; in hashmap_init()
62 void hashmap_init(struct hashmap *map, hashmap_cmp_fn equals_function,