Home | History | Annotate | Download | only in libxml2

Lines Matching defs:endvalue

309     xmlChar *endvalue;          /* the end value when operating on string */
1219 ret->endvalue = NULL;
1363 if (state1->endvalue != state2->endvalue)
8629 oldendvalue = ctxt->state->endvalue;
8631 ctxt->state->endvalue = NULL;
8634 ctxt->state->endvalue = (xmlChar *) oldendvalue;
8655 if ((cur == NULL) || (ctxt->state->endvalue == NULL)) {
8657 ctxt->state->endvalue = NULL;
8662 while ((cur != ctxt->state->endvalue) && (*cur == 0))
8664 if (cur == ctxt->state->endvalue)
8814 oldend = ctxt->state->endvalue;
8843 ctxt->state->endvalue = cur;
8845 while ((*cur == 0) && (cur != ctxt->state->endvalue))
8851 if (ctxt->state->value == ctxt->state->endvalue)
8869 (ctxt->state->value != ctxt->state->endvalue)) {
8876 ctxt->state->endvalue = oldend;
8897 while ((cur != NULL) && (cur != ctxt->state->endvalue) &&
9097 ctxt->state->endvalue = NULL;
10532 oldendvalue = ctxt->state->endvalue;
10534 ctxt->state->endvalue = content + len;
10537 ctxt->state->endvalue = oldendvalue;