current_offset 1993 ext/pcre/pcrelib/pcre_jit_compile.c static SLJIT_INLINE pcre_uchar *set_then_offsets(compiler_common *common, pcre_uchar *cc, pcre_uint8 *current_offset) current_offset 2000 ext/pcre/pcrelib/pcre_jit_compile.c current_offset = NULL; current_offset 2007 ext/pcre/pcrelib/pcre_jit_compile.c current_offset = common->then_offsets + (cc - common->start); current_offset 2012 ext/pcre/pcrelib/pcre_jit_compile.c cc = set_then_offsets(common, cc, current_offset); current_offset 2016 ext/pcre/pcrelib/pcre_jit_compile.c current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); current_offset 2017 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc >= OP_THEN && *cc <= OP_THEN_ARG && current_offset != NULL) current_offset 2018 ext/pcre/pcrelib/pcre_jit_compile.c *current_offset = 1;