/src/common/dist/zlib/ |
zutil.c | 147 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { function in typeref:typename:void ZLIB_INTERNAL
|
zutil.h | 219 # define zmemcpy _fmemcpy macro 223 # define zmemcpy memcpy macro 228 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
|
/src/sys/arch/evbarm/stand/gzboot/ |
gzboot.c | 107 void zmemcpy(unsigned char *, unsigned char *, unsigned int); 250 zmemcpy(unsigned char *dst, unsigned char *src, unsigned int len) function in typeref:typename:void
|
/src/sys/arch/atari/stand/tostools/libtos/ |
cread.c | 93 void zmemcpy(unsigned char *, unsigned char *, unsigned int); 113 zmemcpy(unsigned char *dest, unsigned char *source, unsigned int len) function in typeref:typename:void 299 zmemcpy(s->stream.next_out,
|
/src/sys/lib/libsa/ |
cread.c | 87 void zmemcpy(unsigned char *, unsigned char *, unsigned int); 142 zmemcpy(unsigned char *dest, unsigned char *source, unsigned int len) function in typeref:typename:void 346 zmemcpy(s->stream.next_out,
|
/src/sys/net/ |
zlib.c | 237 # define zmemcpy _fmemcpy macro 241 # define zmemcpy memcpy macro 246 extern void zmemcpy(Bytef* dest, const Bytef* source, uInt len); 922 zmemcpy(s->window, dictionary, length); 1033 zmemcpy(strm->next_out, s->pending_out, len); 1249 /* following zmemcpy do not work for 16-bit MSDOS */ 1250 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); 1251 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos)); 1252 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos)); 1253 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size) 5660 void zmemcpy(dest, source, len) function [all...] |