Lines Matching refs:prologState
617 #define prologState (parser->m_prologState) macro
877 XmlPrologStateInit(&prologState); in parserInit()
1057 int oldInEntityValue = prologState.inEntityValue; in XML_ExternalEntityParserCreate()
1123 prologState.inEntityValue = oldInEntityValue; in XML_ExternalEntityParserCreate()
1143 XmlPrologStateInitExternalEntity(&prologState); in XML_ExternalEntityParserCreate()
3626 if (prologState.inEntityValue) { in externalParEntInitProcessor()
3876 if (XmlTokenRole(&prologState, XML_TOK_NONE, end, end, enc) in doProlog()
3890 role = XmlTokenRole(&prologState, tok, s, next, enc); in doProlog()
4474 if (prologState.level >= groupSize) { in doProlog()
4494 groupConnector[prologState.level] = 0; in doProlog()
4507 if (groupConnector[prologState.level] == ASCII_PIPE) in doProlog()
4509 groupConnector[prologState.level] = ASCII_COMMA; in doProlog()
4514 if (groupConnector[prologState.level] == ASCII_COMMA) in doProlog()
4517 && !groupConnector[prologState.level] in doProlog()
4526 groupConnector[prologState.level] = ASCII_PIPE; in doProlog()
4548 if (prologState.documentEntity && in doProlog()
5074 prologState.documentEntity && in appendAttributeValue()
5148 int oldInEntityValue = prologState.inEntityValue; in storeEntityValue()
5149 prologState.inEntityValue = 1; in storeEntityValue()
5299 prologState.inEntityValue = oldInEntityValue; in storeEntityValue()