Searched refs:xmlAutomataNewEpsilon (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/os400/libxmlrpg/ |
D | xmlautomata.rpgle | 141 d xmlAutomataNewEpsilon... 142 d pr extproc('xmlAutomataNewEpsilon')
|
/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 | testAutomata.c | 118 xmlAutomataNewEpsilon(am, states[from], states[to]); in testRegexpFile()
|
D | xmlschemas.c | 12615 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup() 12639 xmlAutomataNewEpsilon(pctxt->am, tmp, end); in xmlSchemaBuildContentModelForSubstGroup() 12652 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup() 12662 xmlAutomataNewEpsilon(pctxt->am, in xmlSchemaBuildContentModelForSubstGroup() 12672 xmlAutomataNewEpsilon(pctxt->am, start, end); in xmlSchemaBuildContentModelForSubstGroup() 12723 start = xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); in xmlSchemaBuildContentModelForElement() 12732 xmlAutomataNewEpsilon(ctxt->am, start, ctxt->state); in xmlSchemaBuildContentModelForElement() 12788 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel() 12795 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); in xmlSchemaBuildAContentModel() 12803 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 | libxml2.syms | 405 xmlAutomataNewEpsilon;
|
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 | 6177 xmlAutomataNewEpsilon(xmlAutomataPtr am, xmlAutomataStatePtr from, in xmlAutomataNewEpsilon() function
|
/external/libxml2/win32/ |
D | libxml2.def.src | 530 xmlAutomataNewEpsilon
|