Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlrole.h98 int inEntityValue; member
H A Dxmlparse.c1057 int oldInEntityValue = prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1123 prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
3626 if (prologState.inEntityValue) { in externalParEntInitProcessor()
5148 int oldInEntityValue = prologState.inEntityValue; in storeEntityValue()
5149 prologState.inEntityValue = 1; in storeEntityValue()
5299 prologState.inEntityValue = oldInEntityValue; in storeEntityValue()
H A Dxmlrole.c1322 state->inEntityValue = 0; in XmlPrologStateInit()