Lines Matching refs:prologState
618 #define prologState (parser->m_prologState) macro
878 XmlPrologStateInit(&prologState); in parserInit()
1058 int oldInEntityValue = prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1124 prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
1144 XmlPrologStateInitExternalEntity(&prologState); in XML_ExternalEntityParserCreate()
3627 if (prologState.inEntityValue) { in externalParEntInitProcessor()
3877 if (XmlTokenRole(&prologState, XML_TOK_NONE, end, end, enc) in doProlog()
3891 role = XmlTokenRole(&prologState, tok, s, next, enc); in doProlog()
4475 if (prologState.level >= groupSize) { in doProlog()
4495 groupConnector[prologState.level] = 0; in doProlog()
4508 if (groupConnector[prologState.level] == ASCII_PIPE) in doProlog()
4510 groupConnector[prologState.level] = ASCII_COMMA; in doProlog()
4515 if (groupConnector[prologState.level] == ASCII_COMMA) in doProlog()
4518 && !groupConnector[prologState.level] in doProlog()
4527 groupConnector[prologState.level] = ASCII_PIPE; in doProlog()
4549 if (prologState.documentEntity && in doProlog()
5075 prologState.documentEntity && in appendAttributeValue()
5149 int oldInEntityValue = prologState.inEntityValue; in storeEntityValue()
5150 prologState.inEntityValue = 1; in storeEntityValue()
5300 prologState.inEntityValue = oldInEntityValue; in storeEntityValue()