Home
last modified time | relevance | path

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

/dports/devel/idutils/idutils-4.6/libidu/
H A Didu-hash.c60 ht->ht_compare = hash_cmp; in hash_init()
106 if ((*ht->ht_compare) (key, *slot) == 0) in hash_find_slot()
H A Didu-hash.h40 hash_cmp_func_t ht_compare; /* comparison function */ member
/dports/print/a2ps/a2ps-4.13/lib/
H A Dhashtab.c61 ht->ht_compare = hash_cmp; in hash_init()
107 if ((*ht->ht_compare) (key, *slot) == 0) in hash_find_slot()
H A Dhashtab.h58 hash_cmp_func_t ht_compare; /* comparison function */ member
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.c66 ht->ht_compare = hash_cmp; in hash_init()
156 if ((*ht->ht_compare) (key, *slot) == 0) in hash_find_slot()
H A Dhash.h53 hash_cmp_func_t ht_compare; /* comparison function */ member
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dhash.c62 ht->ht_compare = hash_cmp; in hash_init()
109 if ((*ht->ht_compare) (key, *slot) == 0) in hash_find_slot()
H A Dhash.h46 hash_cmp_func_t ht_compare; /* comparison function */ member
/dports/devel/gmake/make-4.3/src/
H A Dhash.c62 ht->ht_compare = hash_cmp; in hash_init()
109 if ((*ht->ht_compare) (key, *slot) == 0) in hash_find_slot()
H A Dhash.h46 hash_cmp_func_t ht_compare; /* comparison function */