Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/expat/lib/
HDxmlrole.h123 int inEntityValue; member
HDxmlparse.c1217 oldInEntityValue = parser->m_prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1282 parser->m_prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
3936 if (parser->m_prologState.inEntityValue) { in externalParEntInitProcessor()
5470 int oldInEntityValue = parser->m_prologState.inEntityValue; in storeEntityValue()
5471 parser->m_prologState.inEntityValue = 1; in storeEntityValue()
5624 parser->m_prologState.inEntityValue = oldInEntityValue; in storeEntityValue()
HDxmlrole.c1234 state->inEntityValue = 0; in XmlPrologStateInit()