Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmlrole.h126 int inEntityValue; member
H A Dxmlrole.c1242 state->inEntityValue = 0; in XmlPrologStateInit()
H A Dxmlparse.c1336 oldInEntityValue = parser->m_prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1400 parser->m_prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
4425 if (parser->m_prologState.inEntityValue) { in externalParEntInitProcessor()
6090 int oldInEntityValue = parser->m_prologState.inEntityValue; in storeEntityValue()
6091 parser->m_prologState.inEntityValue = 1; in storeEntityValue()
6263 parser->m_prologState.inEntityValue = oldInEntityValue; in storeEntityValue()