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()
731 checkpath(PyObject* tag) in checkpath() function813 if (checkpath(tag) || namespaces != Py_None) in element_find()849 if (checkpath(tag) || namespaces != Py_None) in element_findtext()896 if (checkpath(tag) || namespaces != Py_None) in element_findall()
1107 checkpath(PyObject* tag) in checkpath() function1214 if (checkpath(path) || namespaces != Py_None) { in _elementtree_Element_find_impl()1260 if (checkpath(path) || namespaces != Py_None) in _elementtree_Element_findtext_impl()1314 if (checkpath(path) || namespaces != Py_None) { in _elementtree_Element_findall_impl()