OP_COND 1764 ext/pcre/pcrelib/pcre_compile.c case OP_COND: OP_COND 2509 ext/pcre/pcrelib/pcre_compile.c c == OP_COND || c == OP_SCOND) OP_COND 2518 ext/pcre/pcrelib/pcre_compile.c if (c == OP_COND && code[GET(code, 1)] != OP_ALT) OP_COND 5971 ext/pcre/pcrelib/pcre_compile.c else if (*previous >= OP_ASSERT && *previous <= OP_COND) OP_COND 5982 ext/pcre/pcrelib/pcre_compile.c if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) OP_COND 6302 ext/pcre/pcrelib/pcre_compile.c if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) OP_COND 6314 ext/pcre/pcrelib/pcre_compile.c if (*bracode == OP_COND || *bracode == OP_SCOND) OP_COND 6322 ext/pcre/pcrelib/pcre_compile.c *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; OP_COND 6712 ext/pcre/pcrelib/pcre_compile.c bravalue = OP_COND; /* Conditional group */ OP_COND 7704 ext/pcre/pcrelib/pcre_compile.c ((bravalue == OP_COND)?1:0), /* Depth of condition subpatterns */ OP_COND 7736 ext/pcre/pcrelib/pcre_compile.c if (bravalue == OP_COND && lengthptr == NULL) OP_COND 8625 ext/pcre/pcrelib/pcre_compile.c else if (op == OP_ASSERT || op == OP_COND) OP_COND 8700 ext/pcre/pcrelib/pcre_compile.c if (op == OP_COND) OP_COND 1280 ext/pcre/pcrelib/pcre_exec.c case OP_COND: OP_COND 652 ext/pcre/pcrelib/pcre_jit_compile.c case OP_COND: OP_COND 807 ext/pcre/pcrelib/pcre_jit_compile.c case OP_COND: OP_COND 1077 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) OP_COND 1123 ext/pcre/pcrelib/pcre_jit_compile.c case OP_COND: OP_COND 1595 ext/pcre/pcrelib/pcre_jit_compile.c case OP_COND: OP_COND 1782 ext/pcre/pcrelib/pcre_jit_compile.c case OP_COND: OP_COND 2002 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc == OP_COND || *cc == OP_SCOND) OP_COND 7030 ext/pcre/pcrelib/pcre_jit_compile.c if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF) OP_COND 7043 ext/pcre/pcrelib/pcre_jit_compile.c if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) OP_COND 7046 ext/pcre/pcrelib/pcre_jit_compile.c if (SLJIT_UNLIKELY(opcode == OP_COND) && (*cc == OP_KETRMAX || *cc == OP_KETRMIN)) OP_COND 7272 ext/pcre/pcrelib/pcre_jit_compile.c if (opcode == OP_COND || opcode == OP_SCOND) OP_COND 8493 ext/pcre/pcrelib/pcre_jit_compile.c case OP_COND: OP_COND 8907 ext/pcre/pcrelib/pcre_jit_compile.c if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) OP_COND 8911 ext/pcre/pcrelib/pcre_jit_compile.c if (SLJIT_UNLIKELY(opcode == OP_COND) && (*cc == OP_KETRMAX || *cc == OP_KETRMIN)) OP_COND 9023 ext/pcre/pcrelib/pcre_jit_compile.c else if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) OP_COND 9061 ext/pcre/pcrelib/pcre_jit_compile.c if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND)) OP_COND 9100 ext/pcre/pcrelib/pcre_jit_compile.c if (opcode != OP_COND && opcode != OP_SCOND) OP_COND 9207 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(opcode == OP_COND || opcode == OP_SCOND); OP_COND 9588 ext/pcre/pcrelib/pcre_jit_compile.c case OP_COND: OP_COND 111 ext/pcre/pcrelib/pcre_study.c case OP_COND: OP_COND 862 ext/pcre/pcrelib/pcre_study.c case OP_COND: