Searched refs:h_cmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c48 int (*h_cmp)(void *, void *); member in struct:hash
101 hash->h_cmp = cmp ? cmp : hash_def_cmp;
131 return (hash->h_cmp(key1, key2));
159 if (hd->hd_hash->h_cmp(hd->hd_key, node) == 0) {
189 if (hd->hd_hash->h_cmp(hd->hd_key, node) == 0) {

Completed in 97 milliseconds