Searched refs:ht_compare (Results 1 – 2 of 2) sorted by relevance
63 ht->ht_compare = hash_cmp; in hash_init()110 if ((*ht->ht_compare) (key, *slot) == 0) in hash_find_slot()
55 hash_cmp_func_t ht_compare; /* comparison function */ member