OP_ALT 1679 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); OP_ALT 1769 ext/pcre/pcrelib/pcre_compile.c do cc += GET(cc, 1); while (*cc == OP_ALT); OP_ALT 1779 ext/pcre/pcrelib/pcre_compile.c case OP_ALT: OP_ALT 1786 ext/pcre/pcrelib/pcre_compile.c if (*cc != OP_ALT) return length; OP_ALT 1798 ext/pcre/pcrelib/pcre_compile.c do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */ OP_ALT 1820 ext/pcre/pcrelib/pcre_compile.c do cc += GET(cc, 1); while (*cc == OP_ALT); OP_ALT 2415 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); OP_ALT 2450 ext/pcre/pcrelib/pcre_compile.c do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT); OP_ALT 2476 ext/pcre/pcrelib/pcre_compile.c while (*scode == OP_ALT); OP_ALT 2488 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); OP_ALT 2499 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); OP_ALT 2518 ext/pcre/pcrelib/pcre_compile.c if (c == OP_COND && code[GET(code, 1)] != OP_ALT) OP_ALT 2529 ext/pcre/pcrelib/pcre_compile.c while (*code == OP_ALT); OP_ALT 2667 ext/pcre/pcrelib/pcre_compile.c case OP_ALT: OP_ALT 3161 ext/pcre/pcrelib/pcre_compile.c if (c == OP_ALT) OP_ALT 3163 ext/pcre/pcrelib/pcre_compile.c do code += GET(code, 1); while (*code == OP_ALT); OP_ALT 3209 ext/pcre/pcrelib/pcre_compile.c while (*next_code == OP_ALT) OP_ALT 3227 ext/pcre/pcrelib/pcre_compile.c do next_code += GET(next_code, 1); while (*next_code == OP_ALT); OP_ALT 6296 ext/pcre/pcrelib/pcre_compile.c while (*scode == OP_ALT); OP_ALT 6302 ext/pcre/pcrelib/pcre_compile.c if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) OP_ALT 8362 ext/pcre/pcrelib/pcre_compile.c if (*last_branch != OP_ALT) OP_ALT 8541 ext/pcre/pcrelib/pcre_compile.c *code = OP_ALT; OP_ALT 8656 ext/pcre/pcrelib/pcre_compile.c while (*code == OP_ALT); /* Loop for each alternative */ OP_ALT 8716 ext/pcre/pcrelib/pcre_compile.c do scode += GET(scode, 1); while (*scode == OP_ALT); OP_ALT 8780 ext/pcre/pcrelib/pcre_compile.c while (*code == OP_ALT); /* Loop for each alternative */ OP_ALT 8873 ext/pcre/pcrelib/pcre_compile.c while (*code == OP_ALT); OP_ALT 9721 ext/pcre/pcrelib/pcre_compile.c while (*codestart == OP_ALT); OP_ALT 889 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) OP_ALT 897 ext/pcre/pcrelib/pcre_exec.c while (*ecode == OP_ALT); OP_ALT 901 ext/pcre/pcrelib/pcre_exec.c if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH); OP_ALT 906 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode, 1); while (*ecode == OP_ALT); OP_ALT 1002 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) OP_ALT 1012 ext/pcre/pcrelib/pcre_exec.c if (*ecode != OP_ALT) break; OP_ALT 1070 ext/pcre/pcrelib/pcre_exec.c else if (!md->hasthen && ecode[GET(ecode, 1)] != OP_ALT) OP_ALT 1090 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) OP_ALT 1101 ext/pcre/pcrelib/pcre_exec.c while (*scode == OP_ALT) scode += GET(scode, 1); OP_ALT 1110 ext/pcre/pcrelib/pcre_exec.c if (*ecode != OP_ALT) break; OP_ALT 1176 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode, 1); while (*ecode == OP_ALT); OP_ALT 1190 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) OP_ALT 1197 ext/pcre/pcrelib/pcre_exec.c if (*ecode != OP_ALT) break; OP_ALT 1242 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode, 1); while (*ecode == OP_ALT); OP_ALT 1256 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) OP_ALT 1262 ext/pcre/pcrelib/pcre_exec.c if (*ecode != OP_ALT) break; OP_ALT 1402 ext/pcre/pcrelib/pcre_exec.c while (*ecode == OP_ALT) ecode += GET(ecode, 1); OP_ALT 1431 ext/pcre/pcrelib/pcre_exec.c if (condition || ecode[-(1+LINK_SIZE)] == OP_ALT) OP_ALT 1563 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) OP_ALT 1576 ext/pcre/pcrelib/pcre_exec.c while (*ecode == OP_ALT); /* Continue for next alternative */ OP_ALT 1590 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode,1); while (*ecode == OP_ALT); OP_ALT 1630 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) OP_ALT 1646 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode,1); while (*ecode == OP_ALT); OP_ALT 1659 ext/pcre/pcrelib/pcre_exec.c while (*ecode == OP_ALT); OP_ALT 1851 ext/pcre/pcrelib/pcre_exec.c while (*callpat == OP_ALT); OP_ALT 1866 ext/pcre/pcrelib/pcre_exec.c case OP_ALT: OP_ALT 1867 ext/pcre/pcrelib/pcre_exec.c do ecode += GET(ecode,1); while (*ecode == OP_ALT); OP_ALT 1880 ext/pcre/pcrelib/pcre_exec.c do next += GET(next, 1); while (*next == OP_ALT); OP_ALT 1886 ext/pcre/pcrelib/pcre_exec.c do next += GET(next, 1); while (*next == OP_ALT); OP_ALT 1894 ext/pcre/pcrelib/pcre_exec.c do next += GET(next,1); while (*next == OP_ALT); OP_ALT 547 ext/pcre/pcrelib/pcre_jit_compile.c do cc += GET(cc, 1); while (*cc == OP_ALT); OP_ALT 562 ext/pcre/pcrelib/pcre_jit_compile.c while (*cc == OP_ALT); OP_ALT 636 ext/pcre/pcrelib/pcre_jit_compile.c case OP_ALT: OP_ALT 1996 ext/pcre/pcrelib/pcre_jit_compile.c BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; OP_ALT 2015 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc == OP_ALT && has_alternatives) OP_ALT 3333 ext/pcre/pcrelib/pcre_jit_compile.c case OP_ALT: OP_ALT 3344 ext/pcre/pcrelib/pcre_jit_compile.c while (*alternative == OP_ALT) OP_ALT 6568 ext/pcre/pcrelib/pcre_jit_compile.c if (*ccbegin == OP_ALT) OP_ALT 6664 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc != OP_ALT) OP_ALT 7042 ext/pcre/pcrelib/pcre_jit_compile.c has_alternatives = *cc == OP_ALT; OP_ALT 7350 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc == OP_ALT) OP_ALT 7512 ext/pcre/pcrelib/pcre_jit_compile.c while (*cc == OP_ALT) OP_ALT 8282 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); OP_ALT 8906 ext/pcre/pcrelib/pcre_jit_compile.c has_alternatives = *cc == OP_ALT; OP_ALT 9096 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc == OP_ALT) OP_ALT 9203 ext/pcre/pcrelib/pcre_jit_compile.c while (*cc == OP_ALT); OP_ALT 9254 ext/pcre/pcrelib/pcre_jit_compile.c stacksize += CURRENT_AS(bracket_backtrack)->u.framesize + ((ket != OP_KET || *cc == OP_ALT) ? 2 : 1); OP_ALT 9256 ext/pcre/pcrelib/pcre_jit_compile.c else if (ket == OP_KETRMAX || (*cc == OP_ALT && ket != OP_KETRMIN)) OP_ALT 9684 ext/pcre/pcrelib/pcre_jit_compile.c alternativesize = *(cc + GET(cc, 1)) == OP_ALT ? 1 : 0; OP_ALT 9730 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc != OP_ALT) OP_ALT 119 ext/pcre/pcrelib/pcre_study.c if (*cs != OP_ALT) OP_ALT 141 ext/pcre/pcrelib/pcre_study.c do cc += GET(cc, 1); while (*cc == OP_ALT); OP_ALT 157 ext/pcre/pcrelib/pcre_study.c case OP_ALT: OP_ALT 165 ext/pcre/pcrelib/pcre_study.c if (op != OP_ALT) return length; OP_ALT 177 ext/pcre/pcrelib/pcre_study.c do cc += GET(cc, 1); while (*cc == OP_ALT); OP_ALT 209 ext/pcre/pcrelib/pcre_study.c do cc += GET(cc, 1); while (*cc == OP_ALT); OP_ALT 400 ext/pcre/pcrelib/pcre_study.c do ce += GET(ce, 1); while (*ce == OP_ALT); OP_ALT 440 ext/pcre/pcrelib/pcre_study.c do ce += GET(ce, 1); while (*ce == OP_ALT); OP_ALT 509 ext/pcre/pcrelib/pcre_study.c do ce += GET(ce, 1); while (*ce == OP_ALT); OP_ALT 977 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode, 1); while (*tcode == OP_ALT); OP_ALT 989 ext/pcre/pcrelib/pcre_study.c case OP_ALT: OP_ALT 1011 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode, 1); while (*tcode == OP_ALT); OP_ALT 1027 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode,1); while (*tcode == OP_ALT); OP_ALT 1035 ext/pcre/pcrelib/pcre_study.c do tcode += GET(tcode,1); while (*tcode == OP_ALT); OP_ALT 1423 ext/pcre/pcrelib/pcre_study.c while (*code == OP_ALT);