Searched refs:nbins (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dstrhash.c78 int nbins; member in struct:idn__strhash
104 hash->nbins = 0;
124 for (i = 0; i < hash->nbins; i++) {
148 h_index = h % hash->nbins;
163 if (hash->nelements > hash->nbins * THRESHOLD) {
165 r = expand_bins(hash, hash->nbins * FACTOR);
184 entry = find_entry(hash->bins[h % hash->nbins], key, h);
199 return (find_entry(hash->bins[h % hash->nbins], key, h) != NULL);
259 old_size = hash->nbins;
276 hash->nbins
[all...]

Completed in 15 milliseconds