Searched refs:h_cmpfn (Results 1 – 2 of 2) sorted by relevance
52 h->h_cmpfn = cfn; in inj_hash_create()99 if (h->h_cmpfn(v->v_key, key) == 0) in inj_hash_insert()118 if (h->h_cmpfn(v->v_key, key) == 0) in inj_hash_lookup()
46 int (*h_cmpfn)(void *, void *); member