Searched refs:oldend (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Support/ |
D | regcomp.c | 914 char *oldend = p->end; in bothcases() local 927 p->end = oldend; in bothcases() 956 char *oldend = p->end; in nonnewline() local 968 p->end = oldend; in nonnewline() 1204 size_t oldend = cs->smultis; in mcadd() local 1218 llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1); in mcadd()
|
/external/chromium_org/third_party/libxml/src/ |
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 | 5252 xmlRegStatePtr start, oldend, start0; in xmlFAParseAtom() local 5263 oldend = ctxt->end; in xmlFAParseAtom() 5278 ctxt->end = oldend; in xmlFAParseAtom()
|
D | relaxng.c | 8806 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local 8813 oldend = ctxt->state->endvalue; in xmlRelaxNGValidateValue() 8875 ctxt->state->endvalue = oldend; in xmlRelaxNGValidateValue()
|
/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 | 5262 xmlRegStatePtr start, oldend, start0; in xmlFAParseAtom() local 5273 oldend = ctxt->end; in xmlFAParseAtom() 5288 ctxt->end = oldend; in xmlFAParseAtom()
|
D | relaxng.c | 8807 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local 8814 oldend = ctxt->state->endvalue; in xmlRelaxNGValidateValue() 8876 ctxt->state->endvalue = oldend; in xmlRelaxNGValidateValue()
|