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

/freebsd-13-stable/contrib/unbound/util/storage/
H A Dlruhash.h362 struct lruhash_entry* bin_find_entry(struct lruhash* table,
H A Dlruhash.c218 bin_find_entry(struct lruhash* table, function
320 if(!(found=bin_find_entry(table, bin, hash, entry->key))) {
365 if((entry=bin_find_entry(table, bin, hash, key)))
392 if((entry=bin_find_entry(table, bin, hash, key))) {
596 if ((found = bin_find_entry(table, bin, hash, entry->key)) != NULL) {

Completed in 107 milliseconds