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

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

Completed in 110 milliseconds