Searched refs:openEntityList (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c1074 OPEN_INTERNAL_ENTITY *openEntityList; local
1092 openEntityList = parser->m_openInternalEntities;
1093 while (openEntityList) {
1094 OPEN_INTERNAL_ENTITY *openEntity = openEntityList;
1095 openEntityList = openEntity->next;

Completed in 227 milliseconds