alternativesize  9672 ext/pcre/pcrelib/pcre_jit_compile.c int alternativesize;
alternativesize  9684 ext/pcre/pcrelib/pcre_jit_compile.c alternativesize = *(cc + GET(cc, 1)) == OP_ALT ? 1 : 0;
alternativesize  9691 ext/pcre/pcrelib/pcre_jit_compile.c allocate_stack(common, private_data_size + framesize + alternativesize);
alternativesize  9693 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(private_data_size + framesize + alternativesize - 1), TMP2, 0);
alternativesize  9694 ext/pcre/pcrelib/pcre_jit_compile.c copy_private_data(common, ccbegin, ccend, TRUE, private_data_size + framesize + alternativesize, framesize + alternativesize, needs_control_head);
alternativesize  9699 ext/pcre/pcrelib/pcre_jit_compile.c   init_frame(common, cc, NULL, framesize + alternativesize - 1, alternativesize, TRUE);
alternativesize  9701 ext/pcre/pcrelib/pcre_jit_compile.c if (alternativesize > 0)
alternativesize  9747 ext/pcre/pcrelib/pcre_jit_compile.c     OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit_sw));
alternativesize  9749 ext/pcre/pcrelib/pcre_jit_compile.c     OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit_sw));
alternativesize  9760 ext/pcre/pcrelib/pcre_jit_compile.c   OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit_sw));
alternativesize  9762 ext/pcre/pcrelib/pcre_jit_compile.c   OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, (framesize + alternativesize) * sizeof(sljit_sw));
alternativesize  9769 ext/pcre/pcrelib/pcre_jit_compile.c copy_private_data(common, ccbegin, ccend, FALSE, private_data_size + framesize + alternativesize, framesize + alternativesize, needs_control_head);
alternativesize  9770 ext/pcre/pcrelib/pcre_jit_compile.c free_stack(common, private_data_size + framesize + alternativesize);