Home
last modified time | relevance | path

Searched refs:newbin (Results 1 – 1 of 1) sorted by relevance

/src/contrib/unbound/util/storage/
H A Dlruhash.c123 struct lruhash_bin* newbin; in bin_split() local
142 newbin = &newa[p->hash & newmask]; in bin_split()
143 p->overflow_next = newbin->overflow_list; in bin_split()
144 newbin->overflow_list = p; in bin_split()