Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c711 xmlNodePtr subnode; in xml_find_subnode() local
716 subnode = node->xmlChildrenNode; in xml_find_subnode()
717 while (subnode != NULL) { in xml_find_subnode()
718 if (((char *)subnode->name != NULL) && in xml_find_subnode()
719 (xmlStrcmp(subnode->name, name) == 0)) in xml_find_subnode()
721 subnode = subnode->next; in xml_find_subnode()
724 return (subnode); in xml_find_subnode()