Searched refs:OP_ALT (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist/
H A Dpcre_study.c114 if (*cs != OP_ALT)
136 do cc += GET(cc, 1); while (*cc == OP_ALT);
152 case OP_ALT:
160 if (op != OP_ALT) return length;
172 do cc += GET(cc, 1); while (*cc == OP_ALT);
204 do cc += GET(cc, 1); while (*cc == OP_ALT);
395 do ce += GET(ce, 1); while (*ce == OP_ALT);
420 do ce += GET(ce, 1); while (*ce == OP_ALT);
476 do ce += GET(ce, 1); while (*ce == OP_ALT);
935 do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
[all...]
H A Dpcre_exec.c889 (*ecode == OP_ALT || *next == OP_ALT))
897 while (*ecode == OP_ALT);
901 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH);
906 do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
991 with OP_ALT), we have reached the limit of THEN's action, so convert
1002 (*ecode == OP_ALT || *next == OP_ALT))
1012 if (*ecode != OP_ALT) break;
1070 else if (!md->hasthen && ecode[GET(ecode, 1)] != OP_ALT)
[all...]
H A Dpcre_dfa_exec.c482 while (*end_code == OP_ALT);
528 while (*end_code == OP_ALT);
545 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT);
565 while (*end_code == OP_ALT);
818 case OP_ALT:
819 do { code += GET(code, 1); } while (*code == OP_ALT);
831 while (*code == OP_ALT);
839 while (*code == OP_ALT)
851 while (*code == OP_ALT) code += GET(code, 1);
858 while (*code == OP_ALT) cod
[all...]
H A Dpcre_compile.c1660 do code += GET(code, 1); while (*code == OP_ALT);
1747 do cc += GET(cc, 1); while (*cc == OP_ALT);
1757 case OP_ALT:
1764 if (*cc != OP_ALT) return length;
1776 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */
1790 do cc += GET(cc, 1); while (*cc == OP_ALT);
2362 do code += GET(code, 1); while (*code == OP_ALT);
2397 do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT);
2423 while (*scode == OP_ALT);
2435 do code += GET(code, 1); while (*code == OP_ALT);
[all...]
H A Dpcre_printint.c407 case OP_ALT:
H A Dpcre_jit_compile.c551 do cc += GET(cc, 1); while (*cc == OP_ALT);
566 while (*cc == OP_ALT);
640 case OP_ALT:
1980 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT;
1999 if (*cc == OP_ALT && has_alternatives)
3277 case OP_ALT:
3288 while (*alternative == OP_ALT)
6516 if (*ccbegin == OP_ALT)
6612 if (*cc != OP_ALT)
6922 (|) OP_*BRA | OP_ALT
[all...]

Completed in 1476 milliseconds