Home
last modified time | relevance | path

Searched refs:xmlAutomataNewEpsilon (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/os400/libxmlrpg/
Dxmlautomata.rpgle141 d xmlAutomataNewEpsilon...
142 d pr extproc('xmlAutomataNewEpsilon')
/external/libxml2/include/libxml/
Dxmlautomata.h116 xmlAutomataNewEpsilon (xmlAutomataPtr am,
/external/libxml2/
Dvalid.c694 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 …]
DtestAutomata.c118 xmlAutomataNewEpsilon(am, states[from], states[to]); in testRegexpFile()
Dxmlschemas.c12641 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup()
12665 xmlAutomataNewEpsilon(pctxt->am, tmp, end); in xmlSchemaBuildContentModelForSubstGroup()
12678 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup()
12688 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup()
12698 xmlAutomataNewEpsilon(pctxt->am, start, end); in xmlSchemaBuildContentModelForSubstGroup()
12749 start = xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlSchemaBuildContentModelForElement()
12758 xmlAutomataNewEpsilon(ctxt->am, start, ctxt->state); in xmlSchemaBuildContentModelForElement()
12814 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel()
12821 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel()
12829 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel()
[all …]
Drelaxng.c3134 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlRelaxNGCompile()
3141 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
3148 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile()
3150 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
3167 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile()
3169 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
3185 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, in xmlRelaxNGCompile()
3211 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
3218 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
3223 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
Dlibxml2.syms405 xmlAutomataNewEpsilon;
Delfgcchack.h1240 #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
Dxmlregexp.c6184 xmlAutomataNewEpsilon(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewEpsilon() function
/external/libxml2/win32/
Dlibxml2.def.src530 xmlAutomataNewEpsilon