Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c1192 static struct PyMethodDef xmlparse_methods[] = { variable
1497 return Py_FindMethod(xmlparse_methods, (PyObject *)self, name); in xmlparse_getattr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c1195 static struct PyMethodDef xmlparse_methods[] = { variable
1514 return Py_FindMethod(xmlparse_methods, (PyObject *)self, name); in xmlparse_getattr()