Searched refs:xmlAutomataNewEpsilon (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlautomata.h | 116 xmlAutomataNewEpsilon (xmlAutomataPtr am,
|
/external/libxml2/ |
D | valid.c | 694 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 703 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, in xmlValidBuildAContentModel() 723 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlValidBuildAContentModel() 733 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel() 738 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 741 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 757 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, in xmlValidBuildAContentModel() 770 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel() [all …]
|
D | xmlschemas.c | 12581 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup() 12605 xmlAutomataNewEpsilon(pctxt->am, tmp, end); in xmlSchemaBuildContentModelForSubstGroup() 12618 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup() 12628 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup() 12638 xmlAutomataNewEpsilon(pctxt->am, start, end); in xmlSchemaBuildContentModelForSubstGroup() 12689 start = xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlSchemaBuildContentModelForElement() 12698 xmlAutomataNewEpsilon(ctxt->am, start, ctxt->state); in xmlSchemaBuildContentModelForElement() 12754 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel() 12761 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel() 12769 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel() [all …]
|
D | relaxng.c | 3133 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlRelaxNGCompile() 3140 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile() 3147 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile() 3149 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile() 3166 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile() 3168 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile() 3184 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, in xmlRelaxNGCompile() 3210 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile() 3217 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile() 3222 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
|
D | elfgcchack.h | 1240 #undef xmlAutomataNewEpsilon 1241 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon __attribute((alias("xmlAutomataNewEps… 1243 #ifndef xmlAutomataNewEpsilon 1244 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon__internal_alias __attribute((visibili… 1245 #define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias macro
|
D | xmlregexp.c | 6157 xmlAutomataNewEpsilon(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewEpsilon() function
|