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 6438 ext/pcre/pcrelib/pcre_jit_compile.c then_trap_backtrack *save_then_trap = common->then_trap;
then_trap_backtrack 8209 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc);
then_trap_backtrack 8210 ext/pcre/pcrelib/pcre_jit_compile.c common->then_trap = BACKTRACK_AS(then_trap_backtrack);
then_trap_backtrack 8211 ext/pcre/pcrelib/pcre_jit_compile.c BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode;
then_trap_backtrack 8212 ext/pcre/pcrelib/pcre_jit_compile.c BACKTRACK_AS(then_trap_backtrack)->start = (sljit_sw)(cc - common->start);
then_trap_backtrack 8213 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 8215 ext/pcre/pcrelib/pcre_jit_compile.c size = BACKTRACK_AS(then_trap_backtrack)->framesize;
then_trap_backtrack 8224 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 8228 ext/pcre/pcrelib/pcre_jit_compile.c size = BACKTRACK_AS(then_trap_backtrack)->framesize;
then_trap_backtrack 8238 ext/pcre/pcrelib/pcre_jit_compile.c then_trap_backtrack *save_then_trap = NULL;
then_trap_backtrack 8534 ext/pcre/pcrelib/pcre_jit_compile.c   PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc);
then_trap_backtrack 8535 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode;
then_trap_backtrack 8536 ext/pcre/pcrelib/pcre_jit_compile.c   BACKTRACK_AS(then_trap_backtrack)->then_trap = common->then_trap;
then_trap_backtrack 9411 ext/pcre/pcrelib/pcre_jit_compile.c if (CURRENT_AS(then_trap_backtrack)->then_trap)
then_trap_backtrack 9413 ext/pcre/pcrelib/pcre_jit_compile.c   common->then_trap = CURRENT_AS(then_trap_backtrack)->then_trap;
then_trap_backtrack 9417 ext/pcre/pcrelib/pcre_jit_compile.c size = CURRENT_AS(then_trap_backtrack)->framesize;
then_trap_backtrack 9424 ext/pcre/pcrelib/pcre_jit_compile.c set_jumps(CURRENT_AS(then_trap_backtrack)->quit, LABEL());
then_trap_backtrack 9426 ext/pcre/pcrelib/pcre_jit_compile.c if (CURRENT_AS(then_trap_backtrack)->framesize >= 0)
then_trap_backtrack 9438 ext/pcre/pcrelib/pcre_jit_compile.c then_trap_backtrack *save_then_trap = common->then_trap;