Home
last modified time | relevance | path

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

/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dview.c175 view->resquerystats = NULL; in dns_view_create()
546 if (view->resquerystats != NULL) { in destroy()
547 dns_stats_detach(&view->resquerystats); in destroy()
1875 REQUIRE(view->resquerystats == NULL); in dns_view_setresquerystats()
1877 dns_stats_attach(stats, &view->resquerystats); in dns_view_setresquerystats()
1885 if (view->resquerystats != NULL) { in dns_view_getresquerystats()
1886 dns_stats_attach(view->resquerystats, statsp); in dns_view_getresquerystats()
H A Dresolver.c2306 if (res->view->resquerystats != NULL) { in fctx_query()
2307 dns_rdatatypestats_increment(res->view->resquerystats, in fctx_query()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dview.c184 view->resquerystats = NULL; in dns_view_create()
527 if (view->resquerystats != NULL) in destroy()
528 dns_stats_detach(&view->resquerystats); in destroy()
1871 REQUIRE(view->resquerystats == NULL); in dns_view_setresquerystats()
1873 dns_stats_attach(stats, &view->resquerystats); in dns_view_setresquerystats()
1881 if (view->resquerystats != NULL) in dns_view_getresquerystats()
1882 dns_stats_attach(view->resquerystats, statsp); in dns_view_getresquerystats()
H A Dresolver.c1943 if (res->view->resquerystats != NULL) in fctx_query()
1944 dns_rdatatypestats_increment(res->view->resquerystats, in fctx_query()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dview.c175 view->resquerystats = NULL; in dns_view_create()
546 if (view->resquerystats != NULL) { in destroy()
547 dns_stats_detach(&view->resquerystats); in destroy()
1875 REQUIRE(view->resquerystats == NULL); in dns_view_setresquerystats()
1877 dns_stats_attach(stats, &view->resquerystats); in dns_view_setresquerystats()
1885 if (view->resquerystats != NULL) { in dns_view_getresquerystats()
1886 dns_stats_attach(view->resquerystats, statsp); in dns_view_getresquerystats()
H A Dresolver.c2306 if (res->view->resquerystats != NULL) { in fctx_query()
2307 dns_rdatatypestats_increment(res->view->resquerystats, in fctx_query()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dview.c171 view->resquerystats = NULL; in dns_view_create()
541 if (view->resquerystats != NULL) { in destroy()
542 dns_stats_detach(&view->resquerystats); in destroy()
1867 REQUIRE(view->resquerystats == NULL); in dns_view_setresquerystats()
1869 dns_stats_attach(stats, &view->resquerystats); in dns_view_setresquerystats()
1877 if (view->resquerystats != NULL) { in dns_view_getresquerystats()
1878 dns_stats_attach(view->resquerystats, statsp); in dns_view_getresquerystats()
H A Dresolver.c2250 if (res->view->resquerystats != NULL) { in fctx_query()
2251 dns_rdatatypestats_increment(res->view->resquerystats, in fctx_query()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dview.c174 view->resquerystats = NULL; in dns_view_create()
548 if (view->resquerystats != NULL) { in destroy()
549 dns_stats_detach(&view->resquerystats); in destroy()
1903 REQUIRE(view->resquerystats == NULL); in dns_view_setresquerystats()
1905 dns_stats_attach(stats, &view->resquerystats); in dns_view_setresquerystats()
1913 if (view->resquerystats != NULL) { in dns_view_getresquerystats()
1914 dns_stats_attach(view->resquerystats, statsp); in dns_view_getresquerystats()
H A Dresolver.c2815 if (res->view->resquerystats != NULL) { in resquery_connected()
2816 dns_rdatatypestats_increment(res->view->resquerystats, in resquery_connected()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/include/dns/
H A Dview.h112 dns_stats_t *resquerystats; member
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/include/dns/
H A Dview.h110 dns_stats_t *resquerystats; member
/dports/dns/bind916/bind-9.16.27/lib/dns/include/dns/
H A Dview.h112 dns_stats_t *resquerystats; member
/dports/dns/bind911/bind-9.11.37/lib/dns/include/dns/
H A Dview.h111 dns_stats_t * resquerystats; member
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/include/dns/
H A Dview.h111 dns_stats_t *resquerystats; member
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dstatschannel.c1854 if (view->resquerystats != NULL) { in generatexml()
1856 dns_rdatatypestats_dump(view->resquerystats, in generatexml()
2535 dstats = view->resquerystats; in generatejson()
3455 if (view->resquerystats == NULL) in ns_stats_dump()
3461 dns_rdatatypestats_dump(view->resquerystats, rdtypestat_dump, in ns_stats_dump()
H A Dserver.c3312 dns_stats_t *resquerystats = NULL; in configure_view() local
3809 &resquerystats); in configure_view()
3894 if (resquerystats == NULL) in configure_view()
3895 CHECK(dns_rdatatypestats_create(mctx, &resquerystats)); in configure_view()
3896 dns_view_setresquerystats(view, resquerystats); in configure_view()
4987 if (resquerystats != NULL) in configure_view()
4988 dns_stats_detach(&resquerystats); in configure_view()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dstatschannel.c2256 if (view->resquerystats != NULL) { in generatexml()
2258 dns_rdatatypestats_dump(view->resquerystats, in generatexml()
3026 dstats = view->resquerystats; in generatejson()
3925 if (view->resquerystats == NULL) { in named_stats_dump()
3933 dns_rdatatypestats_dump(view->resquerystats, rdtypestat_dump, in named_stats_dump()
H A Dserver.c4049 dns_stats_t *resquerystats = NULL; in configure_view() local
4635 &resquerystats); in configure_view()
4708 if (resquerystats == NULL) { in configure_view()
4709 CHECK(dns_rdatatypestats_create(mctx, &resquerystats)); in configure_view()
4711 dns_view_setresquerystats(view, resquerystats); in configure_view()
5975 if (resquerystats != NULL) { in configure_view()
5976 dns_stats_detach(&resquerystats); in configure_view()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dstatschannel.c2319 if (view->resquerystats != NULL) { in generatexml()
2321 dns_rdatatypestats_dump(view->resquerystats, in generatexml()
3119 dstats = view->resquerystats; in generatejson()
4047 if (view->resquerystats == NULL) { in named_stats_dump()
4055 dns_rdatatypestats_dump(view->resquerystats, rdtypestat_dump, in named_stats_dump()
H A Dserver.c4002 dns_stats_t *resquerystats = NULL; in configure_view() local
4592 &resquerystats); in configure_view()
4680 if (resquerystats == NULL) { in configure_view()
4681 CHECK(dns_rdatatypestats_create(mctx, &resquerystats)); in configure_view()
4683 dns_view_setresquerystats(view, resquerystats); in configure_view()
5944 if (resquerystats != NULL) { in configure_view()
5945 dns_stats_detach(&resquerystats); in configure_view()
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dstatschannel.c2319 if (view->resquerystats != NULL) { in generatexml()
2321 dns_rdatatypestats_dump(view->resquerystats, in generatexml()
3119 dstats = view->resquerystats; in generatejson()
4047 if (view->resquerystats == NULL) { in named_stats_dump()
4055 dns_rdatatypestats_dump(view->resquerystats, rdtypestat_dump, in named_stats_dump()
H A Dserver.c4002 dns_stats_t *resquerystats = NULL; in configure_view() local
4592 &resquerystats); in configure_view()
4680 if (resquerystats == NULL) { in configure_view()
4681 CHECK(dns_rdatatypestats_create(mctx, &resquerystats)); in configure_view()
4683 dns_view_setresquerystats(view, resquerystats); in configure_view()
5944 if (resquerystats != NULL) { in configure_view()
5945 dns_stats_detach(&resquerystats); in configure_view()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dstatschannel.c2317 if (view->resquerystats != NULL) { in generatexml()
2319 dns_rdatatypestats_dump(view->resquerystats, in generatexml()
3117 dstats = view->resquerystats; in generatejson()
4045 if (view->resquerystats == NULL) { in named_stats_dump()
4053 dns_rdatatypestats_dump(view->resquerystats, rdtypestat_dump, in named_stats_dump()
H A Dserver.c3915 dns_stats_t *resquerystats = NULL; in configure_view() local
4455 &resquerystats); in configure_view()
4542 if (resquerystats == NULL) { in configure_view()
4543 CHECK(dns_rdatatypestats_create(mctx, &resquerystats)); in configure_view()
4545 dns_view_setresquerystats(view, resquerystats); in configure_view()
5697 if (resquerystats != NULL) { in configure_view()
5698 dns_stats_detach(&resquerystats); in configure_view()