Searched defs:memcpy (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg.h | 118 #define memcpy(...) memcpy_tmp(__VA_ARGS__) macro
|
/PHP-7.2/main/ |
H A D | php.h | 253 # define memcpy(d, s, n) bcopy((s), (d), (n)) macro
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_internal.h | 372 #define memcpy(d,s,n) _memcpy(d,s,n) macro
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 13667 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ macro
|
Completed in 585 milliseconds