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