Lines Matching refs:textStart
4850 const char *textStart, *textEnd; in processInternalEntity() local
4873 textStart = (char *)entity->textPtr; in processInternalEntity()
4878 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); in processInternalEntity()
4879 result = doProlog(parser, internalEncoding, textStart, textEnd, tok, in processInternalEntity()
4884 result = doContent(parser, tagLevel, internalEncoding, textStart, in processInternalEntity()
4889 entity->processed = (int)(next - textStart); in processInternalEntity()
4910 const char *textStart, *textEnd; in internalEntityProcessor() local
4918 textStart = ((char *)entity->textPtr) + entity->processed; in internalEntityProcessor()
4923 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); in internalEntityProcessor()
4924 result = doProlog(parser, internalEncoding, textStart, textEnd, tok, in internalEntityProcessor()
4930 textStart, textEnd, &next, XML_FALSE); in internalEntityProcessor()