HomeSort by: relevance | last modified time | path
    Searched defs:zoneqrystats (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/
zoneconf.c 895 isc_stats_t *zoneqrystats; local
1180 zoneqrystats = NULL;
1184 isc_stats_create(mctx, &zoneqrystats, ns_statscounter_max);
1188 dns_zone_setrequeststats(zone, zoneqrystats);
1192 if (zoneqrystats != NULL) {
1193 isc_stats_detach(&zoneqrystats);
server.c 1835 isc_stats_t *zoneqrystats; local
1839 zoneqrystats = NULL;
1841 isc_stats_create(mctx, &zoneqrystats, ns_statscounter_max);
1843 dns_zone_setrequeststats(zone, zoneqrystats);
1844 if (zoneqrystats != NULL) {
1845 isc_stats_detach(&zoneqrystats);

Completed in 36 milliseconds