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

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c740 xmlDocPtr xml_output; local
744 if ((xml_output = xmlParseMemory((const char *)buf, buf_size)) == NULL)
746 if ((root = xmlDocGetRootElement(xml_output)) == NULL) {
747 xmlFreeDoc(xml_output);
753 xmlFreeDoc(xml_output);
757 xmlFreeDoc(xml_output);
763 xmlFreeDoc(xml_output);
767 xmlFreeDoc(xml_output);
772 xmlFreeDoc(xml_output);
779 xmlFreeDoc(xml_output);
808 xmlDocPtr xml_output; local
[all...]

Completed in 24 milliseconds