Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/libunbound/
H A Dunbound.h781 long long msg_cache_count; member
/freebsd-13.1/contrib/unbound/daemon/
H A Dstats.c292 s->svr.msg_cache_count = (long long)count_slabhash_entries(worker->env.msg_cache); in server_stats_compile()
H A Dremote.c1060 (unsigned)s->svr.msg_cache_count)) return 0; in print_ext()
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-control.c397 PR_UL("msg.cache.count", s->svr.msg_cache_count); in print_extended()