Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlrole.h98 int inEntityValue; member
Dxmlparse.c982 int oldInEntityValue = prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1041 prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
3471 if (prologState.inEntityValue) { in externalParEntInitProcessor()
4985 int oldInEntityValue = prologState.inEntityValue; in storeEntityValue()
4986 prologState.inEntityValue = 1; in storeEntityValue()
5136 prologState.inEntityValue = oldInEntityValue; in storeEntityValue()
Dxmlrole.c1322 state->inEntityValue = 0; in XmlPrologStateInit()