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

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dview.c152 view->resquerystats = NULL;
420 if (view->resquerystats != NULL)
421 dns_stats_detach(&view->resquerystats);
1680 REQUIRE(view->resquerystats == NULL);
1682 dns_stats_attach(stats, &view->resquerystats);
1690 if (view->resquerystats != NULL)
1691 dns_stats_attach(view->resquerystats, statsp);
H A Dresolver.c1556 if (res->view->resquerystats != NULL)
1557 dns_rdatatypestats_increment(res->view->resquerystats,
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dstatschannel.c803 if (view->resquerystats != NULL) {
805 dns_rdatatypestats_dump(view->resquerystats,
1358 if (view->resquerystats == NULL)
1364 dns_rdatatypestats_dump(view->resquerystats, rdtypestat_dump,
H A Dserver.c1598 dns_stats_t *resquerystats = NULL; local
2053 &resquerystats);
2141 if (resquerystats == NULL)
2142 CHECK(dns_rdatatypestats_create(mctx, &resquerystats));
2143 dns_view_setresquerystats(view, resquerystats);
2917 if (resquerystats != NULL)
2918 dns_stats_detach(&resquerystats);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dview.h111 dns_stats_t * resquerystats; member in struct:dns_view

Completed in 234 milliseconds