Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c236 BOOL replacement_only; in pcre2_substitute() local
267 replacement_only = ((options & PCRE2_SUBSTITUTE_REPLACEMENT_ONLY) != 0); in pcre2_substitute()
351 if (!replacement_only) CHECKMEMCPY(subject, start_offset); in pcre2_substitute()
417 if (!replacement_only) CHECKMEMCPY(subject + save_start, fraglength); in pcre2_substitute()
466 if (!replacement_only) CHECKMEMCPY(subject + start_offset, fraglength); in pcre2_substitute()
913 if (!replacement_only) CHECKMEMCPY(subject + ovector[0], oldlength); in pcre2_substitute()
938 if (!replacement_only) in pcre2_substitute()

Completed in 5 milliseconds