Home
last modified time | relevance | path

Searched refs:xmlRegStateAddTrans (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlregexp.c1348 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()
[all …]
DChangeLog6928 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition