Searched refs:oldend (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Support/ |
D | regcomp.c | 922 char *oldend = p->end; in bothcases() local 935 p->end = oldend; in bothcases() 964 char *oldend = p->end; in nonnewline() local 976 p->end = oldend; in nonnewline() 1214 size_t oldend = cs->smultis; in mcadd() local 1228 llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1); in mcadd()
|
/external/libxml2/ |
D | valid.c | 714 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local 732 oldend = ctxt->state; in xmlValidBuildAContentModel() 733 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel() 742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 751 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local 761 oldend = xmlAutomataNewState(ctxt->am); in xmlValidBuildAContentModel() 770 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel() 776 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel() 777 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel() [all …]
|
D | xmlregexp.c | 5264 xmlRegStatePtr start, oldend, start0; in xmlFAParseAtom() local 5275 oldend = ctxt->end; in xmlFAParseAtom() 5290 ctxt->end = oldend; in xmlFAParseAtom()
|
D | relaxng.c | 8814 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local 8821 oldend = ctxt->state->endvalue; in xmlRelaxNGValidateValue() 8883 ctxt->state->endvalue = oldend; in xmlRelaxNGValidateValue()
|