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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dstrhash.c142 unsigned long h, h_index; local
148 h_index = h % hash->nbins;
150 if ((entry = find_entry(hash->bins[h_index], key, h)) != NULL) {
159 entry->next = hash->bins[h_index];
160 hash->bins[h_index] = entry;

Completed in 7 milliseconds