Home
last modified time | relevance | path

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

/PHP-7.3/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.h187 #define memmove(d,s,n) _memmove(d,s,n) macro
196 #define memmove(a, b, c) PRIV(memmove)(a, b, c) macro
/PHP-7.3/main/
H A Dphp.h252 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro

Completed in 16 milliseconds