Home
last modified time | relevance | path

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

/third_party/libxml2/os400/libxmlrpg/
Dxmlautomata.rpgle141 d xmlAutomataNewEpsilon...
142 d pr extproc('xmlAutomataNewEpsilon')
/third_party/libxml2/include/libxml/
Dxmlautomata.h116 xmlAutomataNewEpsilon (xmlAutomataPtr am,
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlautomata.in.h145 xmlAutomataNewEpsilon (xmlAutomataPtr am,
Dvalid.c723 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel()
732 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, in xmlValidBuildAContentModel()
752 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlValidBuildAContentModel()
762 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel()
767 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel()
770 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel()
771 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel()
774 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel()
786 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, in xmlValidBuildAContentModel()
799 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel()
[all …]
Dxmlschemas.c12670 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup()
12694 xmlAutomataNewEpsilon(pctxt->am, tmp, end); in xmlSchemaBuildContentModelForSubstGroup()
12707 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup()
12717 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup()
12727 xmlAutomataNewEpsilon(pctxt->am, start, end); in xmlSchemaBuildContentModelForSubstGroup()
12778 start = xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlSchemaBuildContentModelForElement()
12787 xmlAutomataNewEpsilon(ctxt->am, start, ctxt->state); in xmlSchemaBuildContentModelForElement()
12843 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel()
12850 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel()
12858 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel()
[all …]
Drelaxng.c3177 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlRelaxNGCompile()
3184 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
3191 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile()
3193 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
3210 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile()
3212 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
3228 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, in xmlRelaxNGCompile()
3254 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
3261 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
3266 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
Delfgcchack.h1271 #undef xmlAutomataNewEpsilon
1272 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon __attribute((alias("xmlAutomataNewEps…
1274 #ifndef xmlAutomataNewEpsilon
1275 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon__internal_alias __attribute((visibili…
1276 #define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias macro
Dxmlregexp.c6213 xmlAutomataNewEpsilon(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewEpsilon() function
/third_party/libxml2/
Dvalid.c723 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel()
732 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, in xmlValidBuildAContentModel()
752 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlValidBuildAContentModel()
762 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel()
767 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel()
770 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel()
771 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel()
774 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel()
786 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, in xmlValidBuildAContentModel()
799 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel()
[all …]
DtestAutomata.c118 xmlAutomataNewEpsilon(am, states[from], states[to]); in testRegexpFile()
Dxmlschemas.c12692 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()
12800 start = xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlSchemaBuildContentModelForElement()
12809 xmlAutomataNewEpsilon(ctxt->am, start, ctxt->state); in xmlSchemaBuildContentModelForElement()
12865 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel()
12872 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel()
12880 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel()
[all …]
Drelaxng.c3148 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlRelaxNGCompile()
3155 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
3162 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile()
3164 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
3181 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile()
3183 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
3199 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, in xmlRelaxNGCompile()
3225 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlRelaxNGCompile()
3232 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
3237 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.c6275 xmlAutomataNewEpsilon(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewEpsilon() function
/third_party/libxml2/win32/
Dlibxml2.def.src530 xmlAutomataNewEpsilon
/third_party/chromium/patch/
D0001-cve.patch102225 -#undef xmlAutomataNewEpsilon
102226 -extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon __attribute((alias("xmlAutomataNewEp…
102228 -#ifndef xmlAutomataNewEpsilon
102229 -extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon__internal_alias __attribute((visibil…
102230 -#define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias