Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c1810 int transnr; in xmlFAReduceEpsilonTransitions() local
1834 for (transnr = 0;transnr < to->nbTrans;transnr++) { in xmlFAReduceEpsilonTransitions()
1835 if (to->trans[transnr].to < 0) in xmlFAReduceEpsilonTransitions()
1837 if (to->trans[transnr].atom == NULL) { in xmlFAReduceEpsilonTransitions()
1842 if (to->trans[transnr].to != fromnr) { in xmlFAReduceEpsilonTransitions()
1843 if (to->trans[transnr].count >= 0) { in xmlFAReduceEpsilonTransitions()
1844 int newto = to->trans[transnr].to; in xmlFAReduceEpsilonTransitions()
1848 -1, to->trans[transnr].count); in xmlFAReduceEpsilonTransitions()
1852 transnr, tonr, to->trans[transnr].to); in xmlFAReduceEpsilonTransitions()
1854 if (to->trans[transnr].counter >= 0) { in xmlFAReduceEpsilonTransitions()
[all …]