Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c1778 int transnr; in xmlFAReduceEpsilonTransitions() local
1802 for (transnr = 0;transnr < to->nbTrans;transnr++) { in xmlFAReduceEpsilonTransitions()
1803 if (to->trans[transnr].to < 0) in xmlFAReduceEpsilonTransitions()
1805 if (to->trans[transnr].atom == NULL) { in xmlFAReduceEpsilonTransitions()
1810 if (to->trans[transnr].to != fromnr) { in xmlFAReduceEpsilonTransitions()
1811 if (to->trans[transnr].count >= 0) { in xmlFAReduceEpsilonTransitions()
1812 int newto = to->trans[transnr].to; in xmlFAReduceEpsilonTransitions()
1816 -1, to->trans[transnr].count); in xmlFAReduceEpsilonTransitions()
1820 transnr, tonr, to->trans[transnr].to); in xmlFAReduceEpsilonTransitions()
1822 if (to->trans[transnr].counter >= 0) { in xmlFAReduceEpsilonTransitions()
[all …]