Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.c64 int (*h_equal) (const void *, const void *); member
120 h->h_equal = equal; in h_create()
140 if (e->e_hash == hash && h->h_equal(e->e_key, key)) in h_get()
194 if (e->e_hash == hash && h->h_equal(e->e_key, key)) in h_put()
230 if (e->e_hash == hash && h->h_equal(e->e_key, key)) { in h_delete()