Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bind9/lib/dns/
Dview.c154 view->resquerystats = NULL; in dns_view_create()
436 if (view->resquerystats != NULL) in destroy()
437 dns_stats_detach(&view->resquerystats); in destroy()
1785 REQUIRE(view->resquerystats == NULL); in dns_view_setresquerystats()
1787 dns_stats_attach(stats, &view->resquerystats); in dns_view_setresquerystats()
1795 if (view->resquerystats != NULL) in dns_view_getresquerystats()
1796 dns_stats_attach(view->resquerystats, statsp); in dns_view_getresquerystats()
Dresolver.c1789 if (res->view->resquerystats != NULL) in fctx_query()
1790 dns_rdatatypestats_increment(res->view->resquerystats, in fctx_query()
/freebsd-9-stable/contrib/bind9/bin/named/
Dstatschannel.c1109 if (view->resquerystats != NULL) { in generatexml()
1111 dns_rdatatypestats_dump(view->resquerystats, in generatexml()
1341 if (view->resquerystats != NULL) { in generatexml()
1343 dns_rdatatypestats_dump(view->resquerystats, in generatexml()
1952 if (view->resquerystats == NULL) in ns_stats_dump()
1958 dns_rdatatypestats_dump(view->resquerystats, rdtypestat_dump, in ns_stats_dump()
Dserver.c2134 dns_stats_t *resquerystats = NULL; in configure_view() local
2647 &resquerystats); in configure_view()
2738 if (resquerystats == NULL) in configure_view()
2739 CHECK(dns_rdatatypestats_create(mctx, &resquerystats)); in configure_view()
2740 dns_view_setresquerystats(view, resquerystats); in configure_view()
3537 if (resquerystats != NULL) in configure_view()
3538 dns_stats_detach(&resquerystats); in configure_view()
/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dview.h113 dns_stats_t * resquerystats; member