Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dhash.c63 ht->ht_compare = hash_cmp; in hash_init()
110 if ((*ht->ht_compare) (key, *slot) == 0) in hash_find_slot()
Dhash.h55 hash_cmp_func_t ht_compare; /* comparison function */ member