HomeSort by: relevance | last modified time | path
    Searched defs:open_internal_entity (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/expat/dist/lib/
xmlparse.c 428 typedef struct open_internal_entity { struct
431 struct open_internal_entity *next;
436 } OPEN_INTERNAL_ENTITY;
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
    [all...]

Completed in 26 milliseconds