Lines Matching refs:textStart
4798 const char *textStart, *textEnd; in processInternalEntity() local
4821 textStart = (char *)entity->textPtr; in processInternalEntity()
4826 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); in processInternalEntity()
4827 result = doProlog(parser, internalEncoding, textStart, textEnd, tok, in processInternalEntity()
4832 result = doContent(parser, tagLevel, internalEncoding, textStart, in processInternalEntity()
4837 entity->processed = (int)(next - textStart); in processInternalEntity()
4858 const char *textStart, *textEnd; in internalEntityProcessor() local
4866 textStart = ((char *)entity->textPtr) + entity->processed; in internalEntityProcessor()
4871 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); in internalEntityProcessor()
4872 result = doProlog(parser, internalEncoding, textStart, textEnd, tok, in internalEntityProcessor()
4878 textStart, textEnd, &next, XML_FALSE); in internalEntityProcessor()