prologState       843 third_party/expat/files/lib/xmlparse.c   XmlPrologStateInit(&prologState);
prologState      1023 third_party/expat/files/lib/xmlparse.c   int oldInEntityValue = prologState.inEntityValue;
prologState      1089 third_party/expat/files/lib/xmlparse.c   prologState.inEntityValue = oldInEntityValue;
prologState      1109 third_party/expat/files/lib/xmlparse.c     XmlPrologStateInitExternalEntity(&prologState);
prologState      3575 third_party/expat/files/lib/xmlparse.c   if (prologState.inEntityValue) {
prologState      3825 third_party/expat/files/lib/xmlparse.c           if (XmlTokenRole(&prologState, XML_TOK_NONE, end, end, enc)
prologState      3839 third_party/expat/files/lib/xmlparse.c     role = XmlTokenRole(&prologState, tok, s, next, enc);
prologState      4423 third_party/expat/files/lib/xmlparse.c       if (prologState.level >= groupSize) {
prologState      4443 third_party/expat/files/lib/xmlparse.c       groupConnector[prologState.level] = 0;
prologState      4456 third_party/expat/files/lib/xmlparse.c       if (groupConnector[prologState.level] == ASCII_PIPE)
prologState      4458 third_party/expat/files/lib/xmlparse.c       groupConnector[prologState.level] = ASCII_COMMA;
prologState      4463 third_party/expat/files/lib/xmlparse.c       if (groupConnector[prologState.level] == ASCII_COMMA)
prologState      4466 third_party/expat/files/lib/xmlparse.c           && !groupConnector[prologState.level]
prologState      4475 third_party/expat/files/lib/xmlparse.c       groupConnector[prologState.level] = ASCII_PIPE;
prologState      4497 third_party/expat/files/lib/xmlparse.c         if (prologState.documentEntity &&
prologState      5023 third_party/expat/files/lib/xmlparse.c               prologState.documentEntity &&
prologState      5097 third_party/expat/files/lib/xmlparse.c   int oldInEntityValue = prologState.inEntityValue;
prologState      5098 third_party/expat/files/lib/xmlparse.c   prologState.inEntityValue = 1;
prologState      5248 third_party/expat/files/lib/xmlparse.c   prologState.inEntityValue = oldInEntityValue;