Lines Matching refs:prologState
610 #define prologState (parser->m_prologState) macro
843 XmlPrologStateInit(&prologState); in parserInit()
1023 int oldInEntityValue = prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1089 prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
1109 XmlPrologStateInitExternalEntity(&prologState); in XML_ExternalEntityParserCreate()
3575 if (prologState.inEntityValue) { in externalParEntInitProcessor()
3825 if (XmlTokenRole(&prologState, XML_TOK_NONE, end, end, enc) in doProlog()
3839 role = XmlTokenRole(&prologState, tok, s, next, enc); in doProlog()
4423 if (prologState.level >= groupSize) { in doProlog()
4443 groupConnector[prologState.level] = 0; in doProlog()
4456 if (groupConnector[prologState.level] == ASCII_PIPE) in doProlog()
4458 groupConnector[prologState.level] = ASCII_COMMA; in doProlog()
4463 if (groupConnector[prologState.level] == ASCII_COMMA) in doProlog()
4466 && !groupConnector[prologState.level] in doProlog()
4475 groupConnector[prologState.level] = ASCII_PIPE; in doProlog()
4497 if (prologState.documentEntity && in doProlog()
5023 prologState.documentEntity && in appendAttributeValue()
5097 int oldInEntityValue = prologState.inEntityValue; in storeEntityValue()
5098 prologState.inEntityValue = 1; in storeEntityValue()
5248 prologState.inEntityValue = oldInEntityValue; in storeEntityValue()