Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c1769 int transnr; in xmlFAReduceEpsilonTransitions() local
1793 for (transnr = 0;transnr < to->nbTrans;transnr++) { in xmlFAReduceEpsilonTransitions()
1794 if (to->trans[transnr].to < 0) in xmlFAReduceEpsilonTransitions()
1796 if (to->trans[transnr].atom == NULL) { in xmlFAReduceEpsilonTransitions()
1801 if (to->trans[transnr].to != fromnr) { in xmlFAReduceEpsilonTransitions()
1802 if (to->trans[transnr].count >= 0) { in xmlFAReduceEpsilonTransitions()
1803 int newto = to->trans[transnr].to; in xmlFAReduceEpsilonTransitions()
1807 -1, to->trans[transnr].count); in xmlFAReduceEpsilonTransitions()
1811 transnr, tonr, to->trans[transnr].to); in xmlFAReduceEpsilonTransitions()
1813 if (to->trans[transnr].counter >= 0) { in xmlFAReduceEpsilonTransitions()
[all …]