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

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dzoneconf.c826 isc_stats_t *zoneqrystats; local
1030 zoneqrystats = NULL;
1035 RETERR(isc_stats_create(mctx, &zoneqrystats,
1042 dns_zone_setrequeststats(zone, zoneqrystats );
1047 if (zoneqrystats != NULL)
1048 isc_stats_detach(&zoneqrystats);
H A Dserver.c1360 isc_stats_t *zoneqrystats; local
1364 zoneqrystats = NULL;
1366 result = isc_stats_create(mctx, &zoneqrystats,
1371 dns_zone_setrequeststats(zone, zoneqrystats);
1372 if (zoneqrystats != NULL)
1373 isc_stats_detach(&zoneqrystats);

Completed in 121 milliseconds