Home
last modified time | relevance | path

Searched refs:cache_lookup_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diter_delegpt.c81 copy->nslist->cache_lookup_count = ns->cache_lookup_count; in delegpt_copy()
125 ns->cache_lookup_count = 0; in delegpt_add_ns()
664 ns->cache_lookup_count = 0; in delegpt_add_ns_mlc()
H A Diter_delegpt.h105 int cache_lookup_count; member
H A Diter_utils.c1295 if(ns->cache_lookup_count > ITERATOR_NAME_CACHELOOKUP_MAX_PSIDE) in iter_get_next_root()
1297 ns->cache_lookup_count++; in iter_get_next_root()
/freebsd/contrib/unbound/services/cache/
H A Ddns.c376 if(ns->cache_lookup_count > ITERATOR_NAME_CACHELOOKUP_MAX) in cache_fill_missing()
378 ns->cache_lookup_count++; in cache_fill_missing()