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

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c737 xmlDocPtr xml_output; local
741 if ((xml_output = xmlParseMemory((const char *)buf, buf_size)) == NULL)
743 if ((root = xmlDocGetRootElement(xml_output)) == NULL)
788 xmlDocPtr xml_output; local
793 if ((xml_output = xmlParseMemory((const char *)buf, buf_size)) == NULL)
795 if ((root = xmlDocGetRootElement(xml_output)) == NULL)

Completed in 60 milliseconds