Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c381 PCRE2_SIZE save_start; in pcre2_substitute() local
391 save_start = start_offset++; in pcre2_substitute()
416 fraglength = start_offset - save_start; in pcre2_substitute()
417 if (!replacement_only) CHECKMEMCPY(subject + save_start, fraglength); in pcre2_substitute()

Completed in 8 milliseconds