Home
last modified time | relevance | path

Searched refs:xml_output (Results 1 – 1 of 1) sorted by relevance

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