Lines Matching refs:xmlRegStatePush
1427 xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) { in xmlRegStatePush() function
1469 xmlRegStatePush(ctxt, to); in xmlFAGenerateAllTransition()
1490 xmlRegStatePush(ctxt, to); in xmlFAGenerateEpsilonTransition()
1509 xmlRegStatePush(ctxt, to); in xmlFAGenerateCountedEpsilonTransition()
1528 xmlRegStatePush(ctxt, to); in xmlFAGenerateCountedTransition()
1571 xmlRegStatePush(ctxt, to); in xmlFAGenerateTransitions()
1612 xmlRegStatePush(ctxt, newstate); in xmlFAGenerateTransitions()
1694 xmlRegStatePush(ctxt, to); in xmlFAGenerateTransitions()
1707 xmlRegStatePush(ctxt, to); in xmlFAGenerateTransitions()
1724 xmlRegStatePush(ctxt, tmp); in xmlFAGenerateTransitions()
5470 xmlRegStatePush(ctxt, ctxt->start); in xmlRegexpCompile()
5623 if (xmlRegStatePush(ctxt, ctxt->start) < 0) { in xmlNewAutomata()
5926 xmlRegStatePush(am, to); in xmlAutomataNewCountTrans2()
5992 xmlRegStatePush(am, to); in xmlAutomataNewCountTrans()
6078 xmlRegStatePush(am, to); in xmlAutomataNewOnceTrans2()
6137 xmlRegStatePush(am, to); in xmlAutomataNewOnceTrans()
6160 xmlRegStatePush(am, to); in xmlAutomataNewState()