Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/lib/
H A Dxmlrole.h126 int inEntityValue; member
H A Dxmlrole.c1242 state->inEntityValue = 0; in XmlPrologStateInit()
H A Dxmlparse.c1510 oldInEntityValue = parser->m_prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1576 parser->m_prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
4641 if (parser->m_prologState.inEntityValue) { in externalParEntInitProcessor()
6405 int oldInEntityValue = parser->m_prologState.inEntityValue; in storeEntityValue()
6406 parser->m_prologState.inEntityValue = 1; in storeEntityValue()
6569 parser->m_prologState.inEntityValue = oldInEntityValue; in storeEntityValue()