Home
last modified time | relevance | path

Searched refs:current_offset (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c620 size_t current_offset = (size_t)(current_subject - start_subject); in internal_dfa_match() local
621 gone_back = (current_offset < max_back)? current_offset : max_back; in internal_dfa_match()
H A Dpcre2_jit_compile.c2967 …NLINE PCRE2_SPTR set_then_offsets(compiler_common *common, PCRE2_SPTR cc, sljit_u8 *current_offset) in set_then_offsets() argument
2974 current_offset = NULL; in set_then_offsets()
2981 current_offset = common->then_offsets + (cc - common->start); in set_then_offsets()
2986 cc = set_then_offsets(common, cc, current_offset); in set_then_offsets()
2990 current_offset = common->then_offsets + (cc + 1 + LINK_SIZE - common->start); in set_then_offsets()
2991 if (*cc >= OP_THEN && *cc <= OP_THEN_ARG && current_offset != NULL) in set_then_offsets()
2992 *current_offset = 1; in set_then_offsets()

Completed in 40 milliseconds