HomeSort by: relevance | last modified time | path
    Searched refs:zmemcpy (Results 1 - 11 of 11) sorted by relevancy

  /src/common/dist/zlib/
zutil.h 219 # define zmemcpy _fmemcpy macro
223 # define zmemcpy memcpy macro
228 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
inflate.c 393 zmemcpy(state->window, end - state->wsize, state->wsize);
400 zmemcpy(state->window + state->wnext, end - copy, dist);
403 zmemcpy(state->window, end - copy, copy);
743 zmemcpy(state->head->extra + len, next,
896 zmemcpy(put, next, copy);
1297 zmemcpy(dictionary, state->window + state->wnext,
1299 zmemcpy(dictionary + state->whave - state->wnext,
1474 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream));
1475 zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state));
1485 zmemcpy(window, state->window, wsize)
    [all...]
deflate.c 228 zmemcpy(buf, strm->next_in, len);
281 zmemcpy(s->window, s->window + wsize, (unsigned)wsize - more);
630 zmemcpy(dictionary, s->window + s->strstart + s->lookahead - len, len);
926 zmemcpy(strm->next_out, s->pending_out, len);
1090 zmemcpy(s->pending_buf + s->pending,
1103 zmemcpy(s->pending_buf + s->pending,
1300 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream));
1305 zmemcpy((voidpf)ds, (voidpf)ss, sizeof(deflate_state));
1318 /* following zmemcpy do not work for 16-bit MSDOS */
1319 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte))
    [all...]
zutil.c 147 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { function in typeref:typename:void ZLIB_INTERNAL
infback.c 336 zmemcpy(put, next, copy);
trees.c 867 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
  /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/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/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...]
  /src/common/dist/zlib/contrib/infback9/
infback9.c 323 zmemcpy(put, next, copy);

Completed in 55 milliseconds