Searched defs:bin (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dstrhash.c125 strhash_entry_t *bin = hash->bins[i]; local
128 while (bin != NULL) {
129 next = bin->next;
131 (*proc)(bin->value);
132 free(bin);
133 bin = next;

Completed in 322 milliseconds