Home
last modified time | relevance | path

Searched refs:GetErrorCode (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyexpat.h19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyexpat.h19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c2033 capi.GetErrorCode = XML_GetErrorCode; in MODULE_INITFUNC()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c2013 capi.GetErrorCode = XML_GetErrorCode; in MODULE_INITFUNC()
D_elementtree.c2602 EXPAT(ErrorString)(EXPAT(GetErrorCode)(self->parser)),