has_alternatives 1996 ext/pcre/pcrelib/pcre_jit_compile.c BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; has_alternatives 2003 ext/pcre/pcrelib/pcre_jit_compile.c has_alternatives = FALSE; has_alternatives 2006 ext/pcre/pcrelib/pcre_jit_compile.c if (has_alternatives) has_alternatives 2015 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc == OP_ALT && has_alternatives) has_alternatives 6856 ext/pcre/pcrelib/pcre_jit_compile.c static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_control_head) has_alternatives 6868 ext/pcre/pcrelib/pcre_jit_compile.c if (ket != OP_KET || has_alternatives) has_alternatives 6874 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? sizeof(sljit_sw) : 0); has_alternatives 6887 ext/pcre/pcrelib/pcre_jit_compile.c stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; has_alternatives 6997 ext/pcre/pcrelib/pcre_jit_compile.c BOOL has_alternatives; has_alternatives 7042 ext/pcre/pcrelib/pcre_jit_compile.c has_alternatives = *cc == OP_ALT; has_alternatives 7044 ext/pcre/pcrelib/pcre_jit_compile.c has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) ? FALSE : TRUE; has_alternatives 7152 ext/pcre/pcrelib/pcre_jit_compile.c if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0) has_alternatives 7179 ext/pcre/pcrelib/pcre_jit_compile.c if (ket == OP_KETRMAX || has_alternatives) has_alternatives 7202 ext/pcre/pcrelib/pcre_jit_compile.c else if (ket == OP_KETRMAX || has_alternatives) has_alternatives 7207 ext/pcre/pcrelib/pcre_jit_compile.c if (ket != OP_KET || has_alternatives) has_alternatives 7220 ext/pcre/pcrelib/pcre_jit_compile.c if (ket != OP_KET || has_alternatives) has_alternatives 7264 ext/pcre/pcrelib/pcre_jit_compile.c else if (has_alternatives) has_alternatives 7276 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(has_alternatives); has_alternatives 7283 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(has_alternatives); has_alternatives 7306 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(!has_alternatives); has_alternatives 7361 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); has_alternatives 7378 ext/pcre/pcrelib/pcre_jit_compile.c match_once_common(common, ket, BACKTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head); has_alternatives 7396 ext/pcre/pcrelib/pcre_jit_compile.c if (has_alternatives && opcode != OP_ONCE) has_alternatives 7422 ext/pcre/pcrelib/pcre_jit_compile.c if (has_alternatives) has_alternatives 7441 ext/pcre/pcrelib/pcre_jit_compile.c if (has_alternatives) has_alternatives 7451 ext/pcre/pcrelib/pcre_jit_compile.c if (has_alternatives) has_alternatives 8874 ext/pcre/pcrelib/pcre_jit_compile.c BOOL has_alternatives; has_alternatives 8906 ext/pcre/pcrelib/pcre_jit_compile.c has_alternatives = *cc == OP_ALT; has_alternatives 8908 ext/pcre/pcrelib/pcre_jit_compile.c has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) || CURRENT_AS(bracket_backtrack)->u.condfailed != NULL; has_alternatives 8916 ext/pcre/pcrelib/pcre_jit_compile.c alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; has_alternatives 9025 ext/pcre/pcrelib/pcre_jit_compile.c if (has_alternatives) has_alternatives 9035 ext/pcre/pcrelib/pcre_jit_compile.c else if (has_alternatives) has_alternatives 9066 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(has_alternatives); has_alternatives 9079 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(has_alternatives); has_alternatives 9084 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(!has_alternatives); has_alternatives 9087 ext/pcre/pcrelib/pcre_jit_compile.c if (has_alternatives) has_alternatives 9120 ext/pcre/pcrelib/pcre_jit_compile.c match_once_common(common, ket, CURRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head);