Searched defs:memmove (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_string_utils.c | 63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
|
H A D | pcre2_internal.h | 189 #define memmove(d,s,n) _memmove(d,s,n) macro 198 #define memmove(a, b, c) PRIV(memmove)(a, b, c) macro
|
Completed in 14 milliseconds