Searched refs:m_freeAttributeEntities (Results 1 – 1 of 1) sorted by relevance
735 OPEN_INTERNAL_ENTITY *m_freeAttributeEntities; member1368 parser->m_freeAttributeEntities = NULL;1552 openEntity->next = parser->m_freeAttributeEntities;1553 parser->m_freeAttributeEntities = openEntity;1847 if (parser->m_freeAttributeEntities == NULL)1849 entityList = parser->m_freeAttributeEntities;1850 parser->m_freeAttributeEntities = NULL;6290 freeEntityList = &parser->m_freeAttributeEntities;6488 openEntity->next = parser->m_freeAttributeEntities;6489 parser->m_freeAttributeEntities = openEntity;