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()
5477 xmlRegStatePush(ctxt, ctxt->start); in xmlRegexpCompile()
5630 if (xmlRegStatePush(ctxt, ctxt->start) < 0) { in xmlNewAutomata()
5933 xmlRegStatePush(am, to); in xmlAutomataNewCountTrans2()
5999 xmlRegStatePush(am, to); in xmlAutomataNewCountTrans()
6085 xmlRegStatePush(am, to); in xmlAutomataNewOnceTrans2()
6144 xmlRegStatePush(am, to); in xmlAutomataNewOnceTrans()
6167 xmlRegStatePush(am, to); in xmlAutomataNewState()