zmemcpy           339 tools/packfi2/deflate.c     zmemcpy(s->window, dictionary, length);
zmemcpy           540 tools/packfi2/deflate.c     zmemcpy(strm->next_out, strm->state->pending_out, len);
zmemcpy           912 tools/packfi2/deflate.c     zmemcpy(dest, source, sizeof(z_stream));
zmemcpy           917 tools/packfi2/deflate.c     zmemcpy(ds, ss, sizeof(deflate_state));
zmemcpy           932 tools/packfi2/deflate.c     zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte));
zmemcpy           933 tools/packfi2/deflate.c     zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
zmemcpy           934 tools/packfi2/deflate.c     zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
zmemcpy           935 tools/packfi2/deflate.c     zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
zmemcpy           976 tools/packfi2/deflate.c     zmemcpy(buf, strm->next_in, len);
zmemcpy          1295 tools/packfi2/deflate.c             zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
zmemcpy           235 tools/packfi2/zutil.h    extern void zmemcpy  OF((Bytef* dest, const Bytef* source, uInt len));