Lines Matching refs:xmlRegNewState
876 xmlRegNewState(xmlRegParserCtxtPtr ctxt) { in xmlRegNewState() function
1468 to = xmlRegNewState(ctxt); in xmlFAGenerateAllTransition()
1489 to = xmlRegNewState(ctxt); in xmlFAGenerateEpsilonTransition()
1508 to = xmlRegNewState(ctxt); in xmlFAGenerateCountedEpsilonTransition()
1527 to = xmlRegNewState(ctxt); in xmlFAGenerateCountedTransition()
1570 to = xmlRegNewState(ctxt); in xmlFAGenerateTransitions()
1611 newstate = xmlRegNewState(ctxt); in xmlFAGenerateTransitions()
1692 to = xmlRegNewState(ctxt); in xmlFAGenerateTransitions()
1705 to = xmlRegNewState(ctxt); in xmlFAGenerateTransitions()
1722 tmp = xmlRegNewState(ctxt); in xmlFAGenerateTransitions()
5469 ctxt->start = ctxt->state = xmlRegNewState(ctxt); in xmlRegexpCompile()
5617 ctxt->start = ctxt->state = xmlRegNewState(ctxt); in xmlNewAutomata()
5925 to = xmlRegNewState(am); in xmlAutomataNewCountTrans2()
5991 to = xmlRegNewState(am); in xmlAutomataNewCountTrans()
6077 to = xmlRegNewState(am); in xmlAutomataNewOnceTrans2()
6136 to = xmlRegNewState(am); in xmlAutomataNewOnceTrans()
6159 to = xmlRegNewState(am); in xmlAutomataNewState()