Searched refs:resquerystats (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dstatschannel.c1090 if (view->resquerystats != NULL) {
1092 dns_rdatatypestats_dump(view->resquerystats,
1322 if (view->resquerystats != NULL) {
1324 dns_rdatatypestats_dump(view->resquerystats,
1933 if (view->resquerystats == NULL)
1939 dns_rdatatypestats_dump(view->resquerystats, rdtypestat_dump,
H A Dserver.c2104 dns_stats_t *resquerystats = NULL; local
2618 &resquerystats);
2708 if (resquerystats == NULL)
2709 CHECK(dns_rdatatypestats_create(mctx, &resquerystats));
2710 dns_view_setresquerystats(view, resquerystats);
3445 if (resquerystats != NULL)
3446 dns_stats_detach(&resquerystats);
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dview.h113 dns_stats_t * resquerystats; member in struct:dns_view
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dview.c156 view->resquerystats = NULL;
435 if (view->resquerystats != NULL)
436 dns_stats_detach(&view->resquerystats);
1771 REQUIRE(view->resquerystats == NULL);
1773 dns_stats_attach(stats, &view->resquerystats);
1781 if (view->resquerystats != NULL)
1782 dns_stats_attach(view->resquerystats, statsp);
H A Dresolver.c1562 if (res->view->resquerystats != NULL)
1563 dns_rdatatypestats_increment(res->view->resquerystats,

Completed in 203 milliseconds