Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dhash.c48 int (*h_cmp)(void *, void *); member
100 hash->h_cmp = cmp ? cmp : (int (*)())hash_def_cmp; in hash_new()
129 return (hash->h_cmp(key1, key2)); in hash_remove_cb()
156 if (hd->hd_hash->h_cmp(hd->hd_key, node) == 0) { in hash_find_list_cb()
185 if (hd->hd_hash->h_cmp(hd->hd_key, node) == 0) { in hash_find_first_cb()