Lines Matching refs:textEnd
4798 const char *textStart, *textEnd; in processInternalEntity() local
4822 textEnd = (char *)(entity->textPtr + entity->textLen); in processInternalEntity()
4826 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); in processInternalEntity()
4827 result = doProlog(parser, internalEncoding, textStart, textEnd, tok, in processInternalEntity()
4833 textEnd, &next, XML_FALSE); in processInternalEntity()
4836 if (textEnd != next && ps_parsing == XML_SUSPENDED) { in processInternalEntity()
4858 const char *textStart, *textEnd; in internalEntityProcessor() local
4867 textEnd = (char *)(entity->textPtr + entity->textLen); 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()
4882 else if (textEnd != next && ps_parsing == XML_SUSPENDED) { in internalEntityProcessor()
5066 const XML_Char *textEnd = entity->textPtr + entity->textLen; in appendAttributeValue() local
5070 (char *)textEnd, pool); in appendAttributeValue()