Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpool/common/
H A Ddict.c92 int (*dh_cmp)(const void *, const void *); member
283 hdl->dh_cmp = cmp ? cmp : cmp_addr; in dict_new()
301 if ((*hdl->dh_cmp)(key, bucket->db_key) == 0) in dict_get()
320 if ((*hdl->dh_cmp)(key, bucket->db_key) == 0) in dict_put()
351 if ((*hdl->dh_cmp)(key, (*pbucket)->db_key) == 0) { in dict_remove()