Searched refs:current_offset (Results 1 – 1 of 1) sorted by relevance
1970 …E pcre_uchar *set_then_offsets(compiler_common *common, pcre_uchar *cc, pcre_uint8 *current_offset) in set_then_offsets() argument1977 current_offset = NULL; in set_then_offsets()1984 current_offset = common->then_offsets + (cc - common->start); in set_then_offsets()1989 cc = set_then_offsets(common, cc, current_offset); in set_then_offsets()1993 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()1994 if (*cc >= OP_THEN && *cc <= OP_THEN_ARG && current_offset != NULL) in set_then_offsets()1995 *current_offset = 1; in set_then_offsets()
Completed in 28 milliseconds