Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/util/storage/
HDlruhash.c219 bin_find_entry(struct lruhash* table, in bin_find_entry() function
326 if(!(found=bin_find_entry(table, bin, hash, entry->key, &collisions))) { in lruhash_insert()
373 if((entry=bin_find_entry(table, bin, hash, key, NULL))) in lruhash_lookup()
400 if((entry=bin_find_entry(table, bin, hash, key, NULL))) { in lruhash_remove()
639 if ((found = bin_find_entry(table, bin, hash, entry->key, &collisions)) != NULL) { in lruhash_insert_or_retrieve()
HDlruhash.h376 struct lruhash_entry* bin_find_entry(struct lruhash* table,