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

/bind-9.11.3/lib/isc/unix/
H A Dsocket.c6691 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "states"));
6721 TRY0(xmlTextWriterEndElement(writer)); /* states */
6770 json_object *states, *entry = json_object_new_object(); local
6813 states = json_object_new_array();
6814 CHECKMEM(states);
6815 json_object_object_add(entry, "states", states);
6820 json_object_array_add(states, obj);
6826 json_object_array_add(states, obj);
6832 json_object_array_add(states, ob
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c4069 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "states"));
4099 TRY0(xmlTextWriterEndElement(writer)); /* states */
4147 json_object *states, *entry = json_object_new_object(); local
4190 states = json_object_new_array();
4191 CHECKMEM(states);
4192 json_object_object_add(entry, "states", states);
4197 json_object_array_add(states, obj);
4203 json_object_array_add(states, obj);
4209 json_object_array_add(states, ob
[all...]

Completed in 34 milliseconds