Lines Matching refs:xmlRegStateAddTrans
1348 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, in xmlRegStateAddTrans() function
1473 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_LAX_COUNTER); in xmlFAGenerateAllTransition()
1475 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_COUNTER); in xmlFAGenerateAllTransition()
1493 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, -1); in xmlFAGenerateEpsilonTransition()
1512 xmlRegStateAddTrans(ctxt, from, NULL, to, counter, -1); in xmlFAGenerateCountedEpsilonTransition()
1531 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, counter); in xmlFAGenerateCountedTransition()
1741 xmlRegStateAddTrans(ctxt, from, atom, to, -1, -1); in xmlFAGenerateTransitions()
1751 xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1); in xmlFAGenerateTransitions()
1755 xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1); in xmlFAGenerateTransitions()
1814 xmlRegStateAddTrans(ctxt, from, NULL, in xmlFAReduceEpsilonTransitions()
1837 xmlRegStateAddTrans(ctxt, from, to->trans[transnr].atom, in xmlFAReduceEpsilonTransitions()
1841 xmlRegStateAddTrans(ctxt, from, to->trans[transnr].atom, in xmlFAReduceEpsilonTransitions()
1904 xmlRegStateAddTrans(ctxt, tmp, tmp->trans[j].atom, in xmlFAEliminateSimpleEpsilonTransitions()
5928 xmlRegStateAddTrans(am, from, atom, to, counter, -1); in xmlAutomataNewCountTrans2()
5994 xmlRegStateAddTrans(am, from, atom, to, counter, -1); in xmlAutomataNewCountTrans()
6080 xmlRegStateAddTrans(am, from, atom, to, counter, -1); in xmlAutomataNewOnceTrans2()
6139 xmlRegStateAddTrans(am, from, atom, to, counter, -1); in xmlAutomataNewOnceTrans()