Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dzutil.h205 # define zmemcpy _fmemcpy macro
209 # define zmemcpy memcpy macro
H A Dzutil.c145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy() function