Searched refs:dh_cmp (Results 1 – 1 of 1) sorted by relevance
92 int (*dh_cmp)(const void *, const void *); member283 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()