Home | History | Annotate | Download | only in libxml2

Lines Matching refs:endvalue

308     xmlChar *endvalue;          /* the end value when operating on string */
1218 ret->endvalue = NULL;
1362 if (state1->endvalue != state2->endvalue)
8628 oldendvalue = ctxt->state->endvalue;
8630 ctxt->state->endvalue = NULL;
8633 ctxt->state->endvalue = (xmlChar *) oldendvalue;
8654 if ((cur == NULL) || (ctxt->state->endvalue == NULL)) {
8656 ctxt->state->endvalue = NULL;
8661 while ((cur != ctxt->state->endvalue) && (*cur == 0))
8663 if (cur == ctxt->state->endvalue)
8813 oldend = ctxt->state->endvalue;
8842 ctxt->state->endvalue = cur;
8844 while ((*cur == 0) && (cur != ctxt->state->endvalue))
8850 if (ctxt->state->value == ctxt->state->endvalue)
8868 (ctxt->state->value != ctxt->state->endvalue)) {
8875 ctxt->state->endvalue = oldend;
8896 while ((cur != NULL) && (cur != ctxt->state->endvalue) &&
9096 ctxt->state->endvalue = NULL;
10531 oldendvalue = ctxt->state->endvalue;
10533 ctxt->state->endvalue = content + len;
10536 ctxt->state->endvalue = oldendvalue;