Home
last modified time | relevance | path

Searched refs:default_key_equality (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.7.0/components/bt/common/osi/
Dhash_map.c44 static bool default_key_equality(const void *x, const void *y);
67 hash_map->keys_are_equal = equality_fn ? equality_fn : default_key_equality; in hash_map_new_internal()
267 static bool default_key_equality(const void *x, const void *y) in default_key_equality() function