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

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c708 * Find and return the first-level subnode (if any) of 'node' which has name
714 xmlNodePtr subnode; local
719 subnode = node->xmlChildrenNode;
720 while (subnode != NULL) {
721 if (((char *)subnode->name != NULL) &&
722 (xmlStrcmp(subnode->name, name) == 0))
724 subnode = subnode->next;
727 return (subnode);

Completed in 21 milliseconds