Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c709 xml_find_subnode(xmlNodePtr node, const xmlChar *name) in xml_find_subnode() function
747 if ((cmd = xml_find_subnode(root, XML_CMD)) == NULL) in handle_ldm_resp()
753 if ((action = xml_find_subnode(cmd, XML_ACTION)) == NULL) { in handle_ldm_resp()
765 if ((resp = xml_find_subnode(cmd, XML_RESPONSE)) == NULL) in handle_ldm_resp()
767 if ((status = xml_find_subnode(resp, XML_STATUS)) == NULL) in handle_ldm_resp()
799 if ((cmd = xml_find_subnode(root, XML_CMD)) == NULL) in handle_ldm_event()
801 if ((action = xml_find_subnode(cmd, XML_ACTION)) == NULL) { in handle_ldm_event()
816 data = xml_find_subnode(cmd, XML_DATA); in handle_ldm_event()
817 envelope = xml_find_subnode(data, XML_ENVELOPE); in handle_ldm_event()
818 content = xml_find_subnode(envelope, XML_CONTENT); in handle_ldm_event()