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

/bind-9.11.3/bin/named/
H A Dstatschannel.c2254 json_object *bindstats, *viewlist, *counters, *obj; local
2282 bindstats = json_object_new_object();
2283 if (bindstats == NULL)
2291 json_object_object_add(bindstats, "json-stats-version", obj);
2302 json_object_object_add(bindstats, "boot-time", obj);
2306 json_object_object_add(bindstats, "config-time", obj);
2310 json_object_object_add(bindstats, "current-time", obj);
2313 json_object_object_add(bindstats, "version", obj);
2332 json_object_object_add(bindstats, "opcodes", counters);
2350 json_object_object_add(bindstats, "rcode
2833 json_object *bindstats = NULL; local
[all...]

Completed in 17 milliseconds