Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlrole.h126 int inEntityValue; member
H A Dxmlrole.c1242 state->inEntityValue = 0; in XmlPrologStateInit()
H A Dxmlparse.c1432 oldInEntityValue = parser->m_prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1498 parser->m_prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
4510 if (parser->m_prologState.inEntityValue) { in entityValueInitProcessor()
6205 int oldInEntityValue = parser->m_prologState.inEntityValue; in storeEntityValue()
6206 parser->m_prologState.inEntityValue = 1; in storeEntityValue()
6376 parser->m_prologState.inEntityValue = oldInEntityValue; in storeSelfEntityValue()