Searched defs:equal_fn (Results 1 – 3 of 3) sorted by relevance
33 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init()46 hashmap_equal_fn equal_fn, in hashmap__new()
37 hashmap_equal_fn equal_fn; member46 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) { \ argument
27 bool equal_fn(const void *a, const void *b, void *ctx) in equal_fn() function