then_trap_backtrack  307 ext/pcre/pcrelib/pcre_jit_compile.c   struct then_trap_backtrack *then_trap;
then_trap_backtrack  332 ext/pcre/pcrelib/pcre_jit_compile.c   then_trap_backtrack *then_trap;
then_trap_backtrack 6475 ext/pcre/pcrelib/pcre_jit_compile.c then_trap_backtrack *save_then_trap = common->then_trap;
then_trap_backtrack 8251 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc);
then_trap_backtrack 8252 ext/pcre/pcrelib/pcre_jit_compile.c common->then_trap = BACKTRACK_AS(then_trap_backtrack);
then_trap_backtrack 8253 ext/pcre/pcrelib/pcre_jit_compile.c BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode;
then_trap_backtrack 8254 ext/pcre/pcrelib/pcre_jit_compile.c BACKTRACK_AS(then_trap_backtrack)->start = (sljit_sw)(cc - common->start);
then_trap_backtrack 8255 ext/pcre/pcrelib/pcre_jit_compile.c BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_control_head);
then_trap_backtrack 8257 ext/pcre/pcrelib/pcre_jit_compile.c size = BACKTRACK_AS(then_trap_backtrack)->framesize;
then_trap_backtrack 8266 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(size - 1), SLJIT_IMM, BACKTRACK_AS(then_trap_backtrack)->start);
then_trap_backtrack 8270 ext/pcre/pcrelib/pcre_jit_compile.c size = BACKTRACK_AS(then_trap_backtrack)->framesize;
then_trap_backtrack 8280 ext/pcre/pcrelib/pcre_jit_compile.c then_trap_backtrack *save_then_trap = NULL;
then_trap_backtrack 8575 ext/pcre/pcrelib/pcre_jit_compile.c   PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc);
then_trap_backtrack 8576 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode;
then_trap_backtrack 8577 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(then_trap_backtrack)->then_trap = common->then_trap;
then_trap_backtrack 9452 ext/pcre/pcrelib/pcre_jit_compile.c if (CURRENT_AS(then_trap_backtrack)->then_trap)
then_trap_backtrack 9454 ext/pcre/pcrelib/pcre_jit_compile.c   common->then_trap = CURRENT_AS(then_trap_backtrack)->then_trap;
then_trap_backtrack 9458 ext/pcre/pcrelib/pcre_jit_compile.c size = CURRENT_AS(then_trap_backtrack)->framesize;
then_trap_backtrack 9465 ext/pcre/pcrelib/pcre_jit_compile.c set_jumps(CURRENT_AS(then_trap_backtrack)->quit, LABEL());
then_trap_backtrack 9467 ext/pcre/pcrelib/pcre_jit_compile.c if (CURRENT_AS(then_trap_backtrack)->framesize >= 0)
then_trap_backtrack 9479 ext/pcre/pcrelib/pcre_jit_compile.c then_trap_backtrack *save_then_trap = common->then_trap;