Searched refs:dh_cmp (Results 1 – 1 of 1) sorted by relevance
90 int (*dh_cmp)(const void *, const void *); member281 hdl->dh_cmp = cmp ? cmp : cmp_addr; in dict_new()299 if ((*hdl->dh_cmp)(key, bucket->db_key) == 0) in dict_get()318 if ((*hdl->dh_cmp)(key, bucket->db_key) == 0) in dict_put()349 if ((*hdl->dh_cmp)(key, (*pbucket)->db_key) == 0) { in dict_remove()