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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c1769 int transnr; local
1793 for (transnr = 0;transnr < to->nbTrans;transnr++) {
1794 if (to->trans[transnr].to < 0)
1796 if (to->trans[transnr].atom == NULL) {
1801 if (to->trans[transnr].to != fromnr) {
1802 if (to->trans[transnr].count >= 0) {
1803 int newto = to->trans[transnr].to;
1807 -1, to->trans[transnr]
1921 int statenr, transnr; local
2583 int transnr, nbTrans; local
2635 int statenr, transnr; local
[all...]
/external/libxml2/
H A Dxmlregexp.c1773 int transnr; local
1797 for (transnr = 0;transnr < to->nbTrans;transnr++) {
1798 if (to->trans[transnr].to < 0)
1800 if (to->trans[transnr].atom == NULL) {
1805 if (to->trans[transnr].to != fromnr) {
1806 if (to->trans[transnr].count >= 0) {
1807 int newto = to->trans[transnr].to;
1811 -1, to->trans[transnr]
1925 int statenr, transnr; local
2587 int transnr, nbTrans; local
2643 int statenr, transnr; local
[all...]

Completed in 149 milliseconds