Searched refs:fromnr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c1761 * @fromnr: the from state
1767 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, argument
1774 printf("xmlFAReduceEpsilonTransitions(%d, %d)\n", fromnr, tonr);
1776 from = ctxt->states[fromnr];
1789 printf("State %d is final, so %d becomes final\n", tonr, fromnr);
1801 if (to->trans[transnr].to != fromnr) {
1814 xmlFAReduceEpsilonTransitions(ctxt, fromnr,
1818 xmlFAReduceEpsilonTransitions(ctxt, fromnr,
/external/libxml2/
H A Dxmlregexp.c1765 * @fromnr: the from state
1771 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, argument
1778 printf("xmlFAReduceEpsilonTransitions(%d, %d)\n", fromnr, tonr);
1780 from = ctxt->states[fromnr];
1793 printf("State %d is final, so %d becomes final\n", tonr, fromnr);
1805 if (to->trans[transnr].to != fromnr) {
1818 xmlFAReduceEpsilonTransitions(ctxt, fromnr,
1822 xmlFAReduceEpsilonTransitions(ctxt, fromnr,

Completed in 223 milliseconds