Lines Matching refs:textEnd
4850 const char *textStart, *textEnd; in processInternalEntity() local
4874 textEnd = (char *)(entity->textPtr + entity->textLen); in processInternalEntity()
4878 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); in processInternalEntity()
4879 result = doProlog(parser, internalEncoding, textStart, textEnd, tok, in processInternalEntity()
4885 textEnd, &next, XML_FALSE); in processInternalEntity()
4888 if (textEnd != next && ps_parsing == XML_SUSPENDED) { in processInternalEntity()
4910 const char *textStart, *textEnd; in internalEntityProcessor() local
4919 textEnd = (char *)(entity->textPtr + entity->textLen); 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()
4934 else if (textEnd != next && ps_parsing == XML_SUSPENDED) { in internalEntityProcessor()
5118 const XML_Char *textEnd = entity->textPtr + entity->textLen; in appendAttributeValue() local
5122 (char *)textEnd, pool); in appendAttributeValue()