Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dunbound.h798 long long key_cache_count; member
/freebsd/contrib/unbound/daemon/
H A Dstats.c302 s->svr.key_cache_count = (long long)count_slabhash_entries(worker->env.key_cache->slab); in server_stats_compile()
303 else s->svr.key_cache_count = 0; in server_stats_compile()
H A Dremote.c1074 (unsigned)s->svr.key_cache_count)) return 0; in print_ext()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c407 PR_UL("key.cache.count", s->svr.key_cache_count); in print_extended()