Home
last modified time | relevance | path

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

/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()