Searched refs:xmlAutomataNewEpsilon (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | xmlautomata.h | 116 xmlAutomataNewEpsilon (xmlAutomataPtr am,
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | valid.c | 681 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 690 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, in xmlValidBuildAContentModel() 725 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 728 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 729 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 732 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 744 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, in xmlValidBuildAContentModel() 757 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel() 763 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel() 773 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() [all …]
|
H A D | xmlschemas.c | 12692 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup() 12716 xmlAutomataNewEpsilon(pctxt->am, tmp, end); in xmlSchemaBuildContentModelForSubstGroup() 12729 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup() 12739 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup() 12749 xmlAutomataNewEpsilon(pctxt->am, start, end); in xmlSchemaBuildContentModelForSubstGroup() 12809 xmlAutomataNewEpsilon(ctxt->am, start, ctxt->state); in xmlSchemaBuildContentModelForElement() 12880 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel() 12915 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel() 12928 xmlAutomataNewEpsilon(pctxt->am, start, end); in xmlSchemaBuildAContentModel() 13040 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildAContentModel() [all …]
|
H A D | relaxng.c | 3153 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlRelaxNGCompile() 3160 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile() 3167 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile() 3169 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile() 3186 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile() 3188 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile() 3204 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, in xmlRelaxNGCompile() 3230 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile() 3237 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile() 3242 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
|
H A D | xmlregexp.c | 6334 xmlAutomataNewEpsilon(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewEpsilon() function
|