Searched refs:openEntityList (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c885 OPEN_INTERNAL_ENTITY *openEntityList; local
899 openEntityList = openInternalEntities;
900 while (openEntityList) {
901 OPEN_INTERNAL_ENTITY *openEntity = openEntityList;
902 openEntityList = openEntity->next;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmlparse.c885 OPEN_INTERNAL_ENTITY *openEntityList; local
899 openEntityList = openInternalEntities;
900 while (openEntityList) {
901 OPEN_INTERNAL_ENTITY *openEntity = openEntityList;
902 openEntityList = openEntity->next;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmlparse.c928 OPEN_INTERNAL_ENTITY *openEntityList; local
942 openEntityList = openInternalEntities;
943 while (openEntityList) {
944 OPEN_INTERNAL_ENTITY *openEntity = openEntityList;
945 openEntityList = openEntity->next;

Completed in 146 milliseconds