Lines Matching refs:CHECKMEMCPY
197 #define CHECKMEMCPY(from,length) \ macro
373 if (!replacement_only) CHECKMEMCPY(subject, start_offset); in pcre2_substitute()
439 if (!replacement_only) CHECKMEMCPY(subject + save_start, fraglength); in pcre2_substitute()
488 if (!replacement_only) CHECKMEMCPY(subject + start_offset, fraglength); in pcre2_substitute()
498 CHECKMEMCPY(ptr, rlength); in pcre2_substitute()
669 CHECKMEMCPY(mark_start, fraglength); in pcre2_substitute()
809 CHECKMEMCPY(temp, chlen); in pcre2_substitute()
911 CHECKMEMCPY(temp, chlen); in pcre2_substitute()
935 if (!replacement_only) CHECKMEMCPY(subject + ovector[0], oldlength); in pcre2_substitute()
963 CHECKMEMCPY(subject + start_offset, fraglength); in pcre2_substitute()
967 CHECKMEMCPY(temp, 1); in pcre2_substitute()