Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/util/storage/
HDlruhash.c121 struct lruhash_bin* newbin; in bin_split() local
140 newbin = &newa[p->hash & newmask]; in bin_split()
141 p->overflow_next = newbin->overflow_list; in bin_split()
142 newbin->overflow_list = p; in bin_split()