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

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c705 * Find and return the first-level subnode (if any) of 'node' which has name
711 xmlNodePtr subnode; local
716 subnode = node->xmlChildrenNode;
717 while (subnode != NULL) {
718 if (((char *)subnode->name != NULL) &&
719 (xmlStrcmp(subnode->name, name) == 0))
721 subnode = subnode->next;
724 return (subnode);

Completed in 58 milliseconds