Searched refs:default_key_equality (Results 1 – 1 of 1) sorted by relevance
47 static bool default_key_equality(const void *x, const void *y);72 hash_map->keys_are_equal = equality_fn ? equality_fn : default_key_equality; in hash_map_new_internal()244 static bool default_key_equality(const void *x, const void *y) { in default_key_equality() function