Searched refs:bin_overflow_remove (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/storage/
H A Dlruhash.h385 void bin_overflow_remove(struct lruhash_bin* bin,
H A Dlruhash.c168 bin_overflow_remove(struct lruhash_bin* bin, struct lruhash_entry* entry) function
206 bin_overflow_remove(bin, d);
401 bin_overflow_remove(bin, entry);
/openbsd-current/sbin/unwind/libunbound/util/storage/
H A Dlruhash.h385 void bin_overflow_remove(struct lruhash_bin* bin,
H A Dlruhash.c168 bin_overflow_remove(struct lruhash_bin* bin, struct lruhash_entry* entry) function
206 bin_overflow_remove(bin, d);
401 bin_overflow_remove(bin, entry);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitlruhash.c79 /** test bin_find_entry function and bin_overflow_remove */
94 bin_overflow_remove(&bin, &k->entry);
116 bin_overflow_remove(&bin, &k->entry);
143 bin_overflow_remove(&bin, &k4->entry);
149 bin_overflow_remove(&bin, &k->entry);

Completed in 71 milliseconds