Lines Matching refs:OPEN_INTERNAL_ENTITY
436 } OPEN_INTERNAL_ENTITY; typedef
725 OPEN_INTERNAL_ENTITY *m_openInternalEntities;
726 OPEN_INTERNAL_ENTITY *m_freeInternalEntities;
727 OPEN_INTERNAL_ENTITY *m_openAttributeEntities;
728 OPEN_INTERNAL_ENTITY *m_freeAttributeEntities;
729 OPEN_INTERNAL_ENTITY *m_openValueEntities;
730 OPEN_INTERNAL_ENTITY *m_freeValueEntities;
1336 OPEN_INTERNAL_ENTITY *openEntityList; in XML_ParserReset()
1356 OPEN_INTERNAL_ENTITY *openEntity = openEntityList; in XML_ParserReset()
1365 OPEN_INTERNAL_ENTITY *openEntity = openEntityList; in XML_ParserReset()
1374 OPEN_INTERNAL_ENTITY *openEntity = openEntityList; in XML_ParserReset()
1617 OPEN_INTERNAL_ENTITY *entityList; in XML_ParserFree()
1639 OPEN_INTERNAL_ENTITY *openEntity; in XML_ParserFree()
1653 OPEN_INTERNAL_ENTITY *openEntity; in XML_ParserFree()
1667 OPEN_INTERNAL_ENTITY *openEntity; in XML_ParserFree()
5980 OPEN_INTERNAL_ENTITY *openEntity, **openEntityList, **freeEntityList; in processEntity()
6012 = (OPEN_INTERNAL_ENTITY *)MALLOC(parser, sizeof(OPEN_INTERNAL_ENTITY)); in processEntity()
6049 OPEN_INTERNAL_ENTITY *openEntity = parser->m_openInternalEntities; in internalEntityProcessor()
6138 OPEN_INTERNAL_ENTITY *const openEntity = parser->m_openAttributeEntities; in storeAttributeValue()
6589 OPEN_INTERNAL_ENTITY *const openEntity = parser->m_openValueEntities; in callStoreEntityValue()