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

/external/chromium_org/third_party/expat/files/lib/
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;
/external/expat/lib/
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 233 milliseconds