Searched refs:keycomp (Results 1 – 2 of 2) sorted by relevance
59 ckh_keycomp_t *keycomp; member71 ckh_keycomp_t *keycomp);
68 if (cell->key != NULL && ckh->keycomp(key, cell->key)) { in ckh_bucket_search() 360 ckh_keycomp_t *keycomp) { in ckh_new() 367 assert(keycomp != NULL); in ckh_new() 396 ckh->keycomp = keycomp; in ckh_new() 361 ckh_new(tsd_t * tsd,ckh_t * ckh,size_t minitems,ckh_hash_t * hash,ckh_keycomp_t * keycomp) ckh_new() argument