Home
last modified time | relevance | path

Searched defs:memmove (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
H A Dpcre2_internal.h189 #define memmove(d,s,n) _memmove(d,s,n) macro
198 #define memmove(a, b, c) PRIV(memmove)(a, b, c) macro

Completed in 12 milliseconds