then_offsets      330 ext/pcre/pcrelib/pcre_jit_compile.c   pcre_uint8 *then_offsets;
then_offsets     2007 ext/pcre/pcrelib/pcre_jit_compile.c   current_offset = common->then_offsets + (cc - common->start);
then_offsets     2016 ext/pcre/pcrelib/pcre_jit_compile.c       current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start);
then_offsets     8284 ext/pcre/pcrelib/pcre_jit_compile.c if (common->has_then && common->then_offsets[cc - common->start] != 0)
then_offsets     10007 ext/pcre/pcrelib/pcre_jit_compile.c   common->then_offsets = (pcre_uint8 *)(common->private_data_ptrs + total_length);
then_offsets     10008 ext/pcre/pcrelib/pcre_jit_compile.c   memset(common->then_offsets, 0, total_length);