Searched refs:CHECKMEMCPY (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_substitute.c | 197 #define CHECKMEMCPY(from,length) \ macro 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() 476 CHECKMEMCPY(ptr, rlength); in pcre2_substitute() 647 CHECKMEMCPY(mark_start, fraglength); in pcre2_substitute() 787 CHECKMEMCPY(temp, chlen); in pcre2_substitute() 889 CHECKMEMCPY(temp, chlen); in pcre2_substitute() 913 if (!replacement_only) CHECKMEMCPY(subject + ovector[0], oldlength); in pcre2_substitute() 941 CHECKMEMCPY(subject + start_offset, fraglength); in pcre2_substitute() [all …]
|
Completed in 8 milliseconds