Searched defs:dh_cmp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.c85 * dh_cmp - comparison function
92 int (*dh_cmp)(const void *, const void *); member in struct:dict_hdl
283 hdl->dh_cmp = cmp ? cmp : cmp_addr;
301 if ((*hdl->dh_cmp)(key, bucket->db_key) == 0)
320 if ((*hdl->dh_cmp)(key, bucket->db_key) == 0)
351 if ((*hdl->dh_cmp)(key, (*pbucket)->db_key) == 0) {

Completed in 44 milliseconds