Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c298 } OPEN_INTERNAL_ENTITY; typedef
515 OPEN_INTERNAL_ENTITY *m_openInternalEntities;
516 OPEN_INTERNAL_ENTITY *m_freeInternalEntities;
928 OPEN_INTERNAL_ENTITY *openEntityList; in XML_ParserReset()
944 OPEN_INTERNAL_ENTITY *openEntity = openEntityList; in XML_ParserReset()
1133 OPEN_INTERNAL_ENTITY *entityList; in XML_ParserFree()
1155 OPEN_INTERNAL_ENTITY *openEntity; in XML_ParserFree()
4817 OPEN_INTERNAL_ENTITY *openEntity; in processInternalEntity()
4824 openEntity = (OPEN_INTERNAL_ENTITY *)MALLOC(sizeof(OPEN_INTERNAL_ENTITY)); in processInternalEntity()
4877 OPEN_INTERNAL_ENTITY *openEntity = openInternalEntities; in internalEntityProcessor()
/external/expat/lib/
Dxmlparse.c306 } OPEN_INTERNAL_ENTITY; typedef
523 OPEN_INTERNAL_ENTITY *m_openInternalEntities;
524 OPEN_INTERNAL_ENTITY *m_freeInternalEntities;
963 OPEN_INTERNAL_ENTITY *openEntityList; in XML_ParserReset()
979 OPEN_INTERNAL_ENTITY *openEntity = openEntityList; in XML_ParserReset()
1168 OPEN_INTERNAL_ENTITY *entityList; in XML_ParserFree()
1190 OPEN_INTERNAL_ENTITY *openEntity; in XML_ParserFree()
4853 OPEN_INTERNAL_ENTITY *openEntity; in processInternalEntity()
4860 openEntity = (OPEN_INTERNAL_ENTITY *)MALLOC(sizeof(OPEN_INTERNAL_ENTITY)); in processInternalEntity()
4913 OPEN_INTERNAL_ENTITY *openEntity = openInternalEntities; in internalEntityProcessor()