Searched refs:reclaimlist (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/storage/
H A Dlruhash.c309 struct lruhash_entry* found, *reclaimlist=NULL; local
348 reclaim_space(table, &reclaimlist);
354 while(reclaimlist) {
355 struct lruhash_entry* n = reclaimlist->overflow_next;
356 void* d = reclaimlist->data;
357 (*table->delkeyfunc)(reclaimlist->key, cb_arg);
359 reclaimlist = n;
534 struct lruhash_entry *reclaimlist = NULL; local
551 reclaim_space(table, &reclaimlist);
556 while(reclaimlist) {
622 struct lruhash_entry* found, *reclaimlist = NULL; local
[all...]
/openbsd-current/sbin/unwind/libunbound/util/storage/
H A Dlruhash.c309 struct lruhash_entry* found, *reclaimlist=NULL; local
348 reclaim_space(table, &reclaimlist);
354 while(reclaimlist) {
355 struct lruhash_entry* n = reclaimlist->overflow_next;
356 void* d = reclaimlist->data;
357 (*table->delkeyfunc)(reclaimlist->key, cb_arg);
359 reclaimlist = n;
534 struct lruhash_entry *reclaimlist = NULL; local
551 reclaim_space(table, &reclaimlist);
556 while(reclaimlist) {
622 struct lruhash_entry* found, *reclaimlist = NULL; local
[all...]

Completed in 72 milliseconds