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

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

Completed in 75 milliseconds