Searched defs:zoneqrystats (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/
H A Dzoneconf.c792 isc_stats_t *zoneqrystats; local
1068 zoneqrystats = NULL;
1071 RETERR(isc_stats_create(mctx, &zoneqrystats,
1076 dns_zone_setrequeststats(zone, zoneqrystats);
1079 if (zoneqrystats != NULL)
1080 isc_stats_detach(&zoneqrystats);
H A Dserver.c1649 isc_stats_t *zoneqrystats; local
1653 zoneqrystats = NULL;
1655 result = isc_stats_create(mctx, &zoneqrystats,
1660 dns_zone_setrequeststats(zone, zoneqrystats);
1661 if (zoneqrystats != NULL)
1662 isc_stats_detach(&zoneqrystats);

Completed in 45 milliseconds