Home
last modified time | relevance | path

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

/src/contrib/unbound/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
/src/contrib/unbound/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);
/src/contrib/unbound/daemon/
H A Dcachedump.c176 for(e = bin->overflow_list; e; e = e->overflow_next) { in dump_lruhash()
/src/contrib/unbound/pythonmod/
H A Dinterface.i295 struct lruhash_entry* overflow_next;