Searched refs:htablesize (Results 1 – 2 of 2) sorted by relevance
116 htab->htablesize = nel; in hcreate_r()117 htab->htable = malloc(htab->htablesize * sizeof htab->htable[0]); in hcreate_r()124 for (idx = 0; idx < htab->htablesize; idx++) in hcreate_r()141 for (idx = 0; idx < htab->htablesize; idx++) { in hdestroy_r()165 head = &(htab->htable[hashval & (htab->htablesize - 1)]); in hsearch_r()
70 size_t htablesize; member