Lines Matching refs:xmlRegStatePush
1423 xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) { in xmlRegStatePush() function
1465 xmlRegStatePush(ctxt, to); in xmlFAGenerateAllTransition()
1486 xmlRegStatePush(ctxt, to); in xmlFAGenerateEpsilonTransition()
1505 xmlRegStatePush(ctxt, to); in xmlFAGenerateCountedEpsilonTransition()
1524 xmlRegStatePush(ctxt, to); in xmlFAGenerateCountedTransition()
1566 xmlRegStatePush(ctxt, to); in xmlFAGenerateTransitions()
1607 xmlRegStatePush(ctxt, newstate); in xmlFAGenerateTransitions()
1689 xmlRegStatePush(ctxt, to); in xmlFAGenerateTransitions()
1702 xmlRegStatePush(ctxt, to); in xmlFAGenerateTransitions()
1719 xmlRegStatePush(ctxt, tmp); in xmlFAGenerateTransitions()
5448 xmlRegStatePush(ctxt, ctxt->start); in xmlRegexpCompile()
5601 if (xmlRegStatePush(ctxt, ctxt->start) < 0) { in xmlNewAutomata()
5906 xmlRegStatePush(am, to); in xmlAutomataNewCountTrans2()
5972 xmlRegStatePush(am, to); in xmlAutomataNewCountTrans()
6058 xmlRegStatePush(am, to); in xmlAutomataNewOnceTrans2()
6117 xmlRegStatePush(am, to); in xmlAutomataNewOnceTrans()
6140 xmlRegStatePush(am, to); in xmlAutomataNewState()