Home
last modified time | relevance | path

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

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