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

/netbsd-current/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c106 p = bin->overflow_list;
107 bin->overflow_list = NULL;
135 p = table->array[i].overflow_list;
143 p->overflow_next = newbin->overflow_list;
144 newbin->overflow_list = p;
170 struct lruhash_entry* p = bin->overflow_list;
171 struct lruhash_entry** prevp = &bin->overflow_list;
223 struct lruhash_entry* p = bin->overflow_list;
328 entry->overflow_next = bin->overflow_list;
329 bin->overflow_list
[all...]
H A Dlruhash.h195 struct lruhash_entry* overflow_list; member in struct:lruhash_bin
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dunitlruhash.c101 bin.overflow_list = &k->entry;
126 bin.overflow_list = &k3->entry;

Completed in 239 milliseconds