Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c47 int (*h_hashfn)(int, void *); member
100 hash->h_hashfn = hashfn ? hashfn : hash_def_hash; in hash_new()
109 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_add()
137 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_remove()
147 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_match()
172 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_find_iter()