Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c196 #define CHECKMEMCPY(from,length) \ macro
300 CHECKMEMCPY(subject, start_offset); in pcre2_substitute()
360 CHECKMEMCPY(subject + save_start, fraglength); in pcre2_substitute()
408 CHECKMEMCPY(subject + start_offset, fraglength); in pcre2_substitute()
578 CHECKMEMCPY(mark_start, fraglength); in pcre2_substitute()
718 CHECKMEMCPY(temp, chlen); in pcre2_substitute()
820 CHECKMEMCPY(temp, chlen); in pcre2_substitute()
841 CHECKMEMCPY(subject + start_offset, fraglength); in pcre2_substitute()
843 CHECKMEMCPY(temp , 1); in pcre2_substitute()

Completed in 10 milliseconds