Home
last modified time | relevance | path

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

/external/libweave/src/notification/
Dxml_node.cc68 const XmlNode* found_node = nullptr; in FindChildHelper() local
71 found_node = child.get(); in FindChildHelper()
73 found_node = child->FindChildHelper(rest_of_path, false, children); in FindChildHelper()
76 found_node = child->FindChildHelper(name_path, true, children); in FindChildHelper()
79 if (found_node) { in FindChildHelper()
81 return found_node; in FindChildHelper()
82 children->push_back(found_node); in FindChildHelper()
/external/libxml2/
Dxmlreader.c1971 goto found_node; in xmlTextReaderReadTree()
1982 goto found_node; in xmlTextReaderReadTree()
1987 goto found_node; in xmlTextReaderReadTree()
1994 goto found_node; in xmlTextReaderReadTree()
2007 goto found_node; in xmlTextReaderReadTree()
2012 found_node: in xmlTextReaderReadTree()