Searched refs:subnode (Results 1 – 1 of 1) sorted by relevance
711 xmlNodePtr subnode; in xml_find_subnode() local716 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()