Searched refs:int_hash (Results 1 – 3 of 3) sorted by relevance
43 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) { in dt_inttab_create()64 dt_free(ip->int_hdl, ip->int_hash); in dt_inttab_destroy()75 for (hp = ip->int_hash[h]; hp != NULL; hp = hp->inh_hash) { in dt_inttab_insert()84 hp->inh_hash = ip->int_hash[h]; in dt_inttab_insert()90 ip->int_hash[h] = hp; in dt_inttab_insert()
48 dt_inthash_t **int_hash; /* array of hash buckets */ member
38 static unsigned long int int_hash(const int *p) in int_hash() function94 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp); in test_int_lhash()