Searched defs:resstats (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dview.h103 isc_stats_t * resstats; member in struct:dns_view
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c1359 isc_stats_t *resstats = NULL; local
1597 dns_view_getresstats(pview, &resstats);
1685 if (resstats == NULL) {
1686 CHECK(isc_stats_create(mctx, &resstats,
1689 dns_view_setresstats(view, resstats);
2314 if (resstats != NULL)
2315 isc_stats_detach(&resstats);

Completed in 433 milliseconds