Lines Matching defs:stats
25 #include <isc/stats.h>
37 #include <dns/stats.h>
64 isc_stats_t *stats;
351 if (mgr->stats != NULL)
352 isc_stats_increment(mgr->stats, counter);
357 if (mgr->stats != NULL)
358 isc_stats_decrement(mgr->stats, counter);
1662 if (mgr->stats != NULL)
1663 isc_stats_detach(&mgr->stats);
1766 mgr->stats = NULL;
2128 dns_dispatchmgr_setstats(dns_dispatchmgr_t *mgr, isc_stats_t *stats) {
2131 REQUIRE(mgr->stats == NULL);
2133 isc_stats_attach(stats, &mgr->stats);