Home | History | Annotate | Download | only in dist

Lines Matching full:current_offset

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