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

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c712 xml_find_subnode(xmlNodePtr node, const xmlChar *name) function
752 if ((cmd = xml_find_subnode(root, XML_CMD)) == NULL) {
762 if ((action = xml_find_subnode(cmd, XML_ACTION)) == NULL) {
778 if ((resp = xml_find_subnode(cmd, XML_RESPONSE)) == NULL) {
782 if ((status = xml_find_subnode(resp, XML_STATUS)) == NULL) {
821 if ((cmd = xml_find_subnode(root, XML_CMD)) == NULL) {
825 if ((action = xml_find_subnode(cmd, XML_ACTION)) == NULL) {
843 data = xml_find_subnode(cmd, XML_DATA);
844 envelope = xml_find_subnode(data, XML_ENVELOPE);
845 content = xml_find_subnode(envelop
[all...]

Completed in 16 milliseconds