Lines Matching refs:textEnd
4686 const char *textStart, *textEnd; in processInternalEntity() local
4710 textEnd = (char *)(entity->textPtr + entity->textLen); in processInternalEntity()
4714 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); in processInternalEntity()
4715 result = doProlog(parser, internalEncoding, textStart, textEnd, tok, in processInternalEntity()
4721 textEnd, &next, XML_FALSE); in processInternalEntity()
4724 if (textEnd != next && ps_parsing == XML_SUSPENDED) { in processInternalEntity()
4746 const char *textStart, *textEnd; in internalEntityProcessor() local
4755 textEnd = (char *)(entity->textPtr + entity->textLen); in internalEntityProcessor()
4759 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); in internalEntityProcessor()
4760 result = doProlog(parser, internalEncoding, textStart, textEnd, tok, in internalEntityProcessor()
4766 textStart, textEnd, &next, XML_FALSE); in internalEntityProcessor()
4770 else if (textEnd != next && ps_parsing == XML_SUSPENDED) { in internalEntityProcessor()
4954 const XML_Char *textEnd = entity->textPtr + entity->textLen; in appendAttributeValue() local
4958 (char *)textEnd, pool); in appendAttributeValue()