Home | History | Annotate | Download | only in named

Lines Matching refs:zonestats

1355 		isc_stats_t *zonestats;
1362 zonestats = dns_zone_getrequeststats(zone);
1363 if (zonestats != NULL) {
1370 CHECK(dump_stats(zonestats, isc_statsformat_xml, writer,
1854 CHECK(dump_stats(server->zonestats, isc_statsformat_xml, writer,
2394 isc_stats_t *zonestats;
2401 zonestats = dns_zone_getrequeststats(zone);
2402 if (zonestats != NULL) {
2409 result = dump_stats(zonestats, isc_statsformat_json,
2954 result = dump_stats(server->zonestats, isc_statsformat_json,
2964 json_object_object_add(bindstats, "zonestats",
4009 (void)dump_stats(server->zonestats, isc_statsformat_file, fp, NULL,
4119 isc_stats_t *zonestats = dns_zone_getrequeststats(zone);
4120 if (zonestats != NULL) {
4136 (void)dump_stats(zonestats, isc_statsformat_file, fp,