Searched refs:checkpath (Results 1 – 3 of 3) sorted by relevance
30 static void check_ref(const void *fdt, int node, const char *checkpath) in check_ref() argument38 if (!streq(p, checkpath)) in check_ref()40 node, p, checkpath); in check_ref()45 if (!streq(p, checkpath)) in check_ref()47 node, p, checkpath); in check_ref()
722 checkpath(PyObject* tag) in checkpath() function804 if (checkpath(tag) || namespaces != Py_None) in element_find()840 if (checkpath(tag) || namespaces != Py_None) in element_findtext()887 if (checkpath(tag) || namespaces != Py_None) in element_findall()
1067 checkpath(PyObject* tag) in checkpath() function1174 if (checkpath(path) || namespaces != Py_None) { in _elementtree_Element_find_impl()1220 if (checkpath(path) || namespaces != Py_None) in _elementtree_Element_findtext_impl()1274 if (checkpath(tag) || namespaces != Py_None) { in _elementtree_Element_findall_impl()