OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resquerystats
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
view.c
177
view->
resquerystats
= NULL;
548
if (view->
resquerystats
!= NULL) {
549
dns_stats_detach(&view->
resquerystats
);
1887
REQUIRE(view->
resquerystats
== NULL);
1889
dns_stats_attach(stats, &view->
resquerystats
);
1897
if (view->
resquerystats
!= NULL) {
1898
dns_stats_attach(view->
resquerystats
, statsp);
resolver.c
2351
if (res->view->
resquerystats
!= NULL) {
2352
dns_rdatatypestats_increment(res->view->
resquerystats
,
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
view.h
114
dns_stats_t *
resquerystats
;
member in struct:dns_view
/src/external/mpl/bind/dist/bin/delv/
delv.c
101
static dns_stats_t *
resquerystats
= NULL;
variable
2265
dns_rdatatypestats_create(mctx, &
resquerystats
);
2266
dns_resolver_setquerystats(view->resolver,
resquerystats
);
2267
dns_stats_detach(&
resquerystats
);
/src/external/mpl/bind/dist/bin/named/
server.c
4229
dns_stats_t *
resquerystats
= NULL;
local
4862
&
resquerystats
);
4927
if (
resquerystats
== NULL) {
4928
dns_rdatatypestats_create(mctx, &
resquerystats
);
4930
dns_resolver_setquerystats(view->resolver,
resquerystats
);
6279
if (
resquerystats
!= NULL) {
6280
dns_stats_detach(&
resquerystats
);
Completed in 39 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026