Searched refs:h_cmp (Results 1 – 1 of 1) sorted by relevance
48 int (*h_cmp)(void *, void *); member100 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()