Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c194 #define CHECKMEMCPY(from,length) \ macro
290 CHECKMEMCPY(subject, start_offset); in pcre2_substitute()
350 CHECKMEMCPY(subject + save_start, fraglength); in pcre2_substitute()
378 CHECKMEMCPY(subject + start_offset, fraglength); in pcre2_substitute()
548 CHECKMEMCPY(mark_start, fraglength); in pcre2_substitute()
688 CHECKMEMCPY(temp, chlen); in pcre2_substitute()
790 CHECKMEMCPY(temp, chlen); in pcre2_substitute()
806 CHECKMEMCPY(subject + start_offset, fraglength); in pcre2_substitute()
808 CHECKMEMCPY(temp , 1); in pcre2_substitute()