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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dstrhash.c80 strhash_entry_t **bins; member in struct:idn__strhash
106 hash->bins = NULL;
108 WARNING(("idn__strhash_create: malloc failed (bins)\n"));
122 assert(hash != NULL && hash->bins != NULL);
125 strhash_entry_t *bin = hash->bins[i];
136 free(hash->bins);
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;
184 entry = find_entry(hash->bins[
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Drrl.h163 dns_rrl_bin_t bins[1]; member in struct:dns_rrl_hash

Completed in 8 milliseconds