Searched refs:oldend (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Support/ |
H A D | regcomp.c | 922 char *oldend = p->end; local 935 p->end = oldend; 964 char *oldend = p->end; local 976 p->end = oldend; 1214 size_t oldend = cs->smultis; local 1228 llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1);
|
/external/libxml2/ |
H A D | valid.c | 714 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 D | xmlregexp.c | 5264 xmlRegStatePtr start, oldend, start0; local 5275 oldend = ctxt->end; 5290 ctxt->end = oldend;
|
H A D | relaxng.c | 8810 xmlChar *oldvalue, *oldend, *val, *cur; local 8817 oldend = ctxt->state->endvalue; 8879 ctxt->state->endvalue = oldend;
|
Completed in 201 milliseconds