Searched refs:oldend (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c914 char *oldend = p->end; local
927 p->end = oldend;
956 char *oldend = p->end; local
968 p->end = oldend;
1204 size_t oldend = cs->smultis; local
1218 llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1);
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c714 xmlAutomataStatePtr oldstate, oldend; local
732 oldend = ctxt->state;
733 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL);
742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
751 xmlAutomataStatePtr oldstate, oldend; local
761 oldend = xmlAutomataNewState(ctxt->am);
770 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend);
776 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend);
777 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NUL
[all...]
H A Dxmlregexp.c5252 xmlRegStatePtr start, oldend, start0; local
5263 oldend = ctxt->end;
5278 ctxt->end = oldend;
H A Drelaxng.c8806 xmlChar *oldvalue, *oldend, *val, *cur; local
8813 oldend = ctxt->state->endvalue;
8875 ctxt->state->endvalue = oldend;
/external/libxml2/
H A Dvalid.c714 xmlAutomataStatePtr oldstate, oldend; local
732 oldend = ctxt->state;
733 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL);
742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
751 xmlAutomataStatePtr oldstate, oldend; local
761 oldend = xmlAutomataNewState(ctxt->am);
770 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend);
776 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend);
777 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NUL
[all...]
H A Dxmlregexp.c5262 xmlRegStatePtr start, oldend, start0; local
5273 oldend = ctxt->end;
5288 ctxt->end = oldend;
H A Drelaxng.c8807 xmlChar *oldvalue, *oldend, *val, *cur; local
8814 oldend = ctxt->state->endvalue;
8876 ctxt->state->endvalue = oldend;

Completed in 3066 milliseconds