Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/lib/
H A Dxmlparse.c425 } OPEN_INTERNAL_ENTITY; typedef
710 OPEN_INTERNAL_ENTITY *m_openInternalEntities;
711 OPEN_INTERNAL_ENTITY *m_freeInternalEntities;
1288 OPEN_INTERNAL_ENTITY *openEntityList; in XML_ParserReset()
1308 OPEN_INTERNAL_ENTITY *openEntity = openEntityList; in XML_ParserReset()
1539 OPEN_INTERNAL_ENTITY *entityList; in XML_ParserFree()
1561 OPEN_INTERNAL_ENTITY *openEntity; in XML_ParserFree()
5838 OPEN_INTERNAL_ENTITY *openEntity; in processInternalEntity()
5845 = (OPEN_INTERNAL_ENTITY *)MALLOC(parser, sizeof(OPEN_INTERNAL_ENTITY)); in processInternalEntity()
5903 OPEN_INTERNAL_ENTITY *openEntity = parser->m_openInternalEntities; in internalEntityProcessor()