Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlrole.h123 int inEntityValue; member
Dxmlparse.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()
Dxmlrole.c1234 state->inEntityValue = 0; in XmlPrologStateInit()
/external/python/cpython2/Modules/expat/
Dxmlrole.h126 int inEntityValue; member
Dxmlrole.c1372 state->inEntityValue = 0; in XmlPrologStateInit()
Dxmlparse.c1270 oldInEntityValue = parser->m_prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1336 parser->m_prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
4122 if (parser->m_prologState.inEntityValue) { in externalParEntInitProcessor()
5726 int oldInEntityValue = parser->m_prologState.inEntityValue; in storeEntityValue()
5727 parser->m_prologState.inEntityValue = 1; in storeEntityValue()
5888 parser->m_prologState.inEntityValue = oldInEntityValue; in storeEntityValue()
/external/python/cpython3/Modules/expat/
Dxmlrole.h123 int inEntityValue; member
Dxmlparse.c1215 oldInEntityValue = parser->m_prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1280 parser->m_prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
3934 if (parser->m_prologState.inEntityValue) { in externalParEntInitProcessor()
5468 int oldInEntityValue = parser->m_prologState.inEntityValue; in storeEntityValue()
5469 parser->m_prologState.inEntityValue = 1; in storeEntityValue()
5622 parser->m_prologState.inEntityValue = oldInEntityValue; in storeEntityValue()
Dxmlrole.c1234 state->inEntityValue = 0; in XmlPrologStateInit()