Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c109 np = p->overflow_next; in bin_delete()
140 np = p->overflow_next; in bin_split()
143 p->overflow_next = newbin->overflow_list; in bin_split()
174 *prevp = p->overflow_next; in bin_overflow_remove()
177 prevp = &p->overflow_next; in bin_overflow_remove()
178 p = p->overflow_next; in bin_overflow_remove()
207 d->overflow_next = *list; in reclaim_space()
228 p = p->overflow_next; in bin_find_entry()
328 entry->overflow_next = bin->overflow_list; in lruhash_insert()
355 struct lruhash_entry* n = reclaimlist->overflow_next; in lruhash_insert()
[all …]
H A Dlruhash.h214 struct lruhash_entry* overflow_next; member
/netbsd-src/external/bsd/unbound/dist/util/
H A Dalloc.h60 #define alloc_special_next(x) ((alloc_special_type*)((x)->entry.overflow_next))
63 ((x)->entry.overflow_next) = (struct lruhash_entry*)(y);
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitlruhash.c124 k4->entry.overflow_next = &k->entry; in test_bin_find_entry()
125 k3->entry.overflow_next = &k4->entry; in test_bin_find_entry()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i295 struct lruhash_entry* overflow_next;