zmemcpy 339 other-licenses/zlib/deflate.c zmemcpy(s->window, dictionary, length); zmemcpy 540 other-licenses/zlib/deflate.c zmemcpy(strm->next_out, strm->state->pending_out, len); zmemcpy 912 other-licenses/zlib/deflate.c zmemcpy(dest, source, sizeof(z_stream)); zmemcpy 917 other-licenses/zlib/deflate.c zmemcpy(ds, ss, sizeof(deflate_state)); zmemcpy 932 other-licenses/zlib/deflate.c zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); zmemcpy 933 other-licenses/zlib/deflate.c zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos)); zmemcpy 934 other-licenses/zlib/deflate.c zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos)); zmemcpy 935 other-licenses/zlib/deflate.c zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size); zmemcpy 976 other-licenses/zlib/deflate.c zmemcpy(buf, strm->next_in, len); zmemcpy 1295 other-licenses/zlib/deflate.c zmemcpy(s->window, s->window+wsize, (unsigned)wsize); zmemcpy 432 other-licenses/zlib/gzio.c zmemcpy(s->stream.next_out, s->stream.next_in, n); zmemcpy 338 other-licenses/zlib/infback.c zmemcpy(put, next, copy); zmemcpy 350 other-licenses/zlib/inflate.c zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); zmemcpy 357 other-licenses/zlib/inflate.c zmemcpy(state->window + state->write, strm->next_out - copy, dist); zmemcpy 360 other-licenses/zlib/inflate.c zmemcpy(state->window, strm->next_out - copy, copy); zmemcpy 688 other-licenses/zlib/inflate.c zmemcpy(state->head->extra + len, next, zmemcpy 826 other-licenses/zlib/inflate.c zmemcpy(put, next, copy); zmemcpy 1197 other-licenses/zlib/inflate.c zmemcpy(state->window, dictionary + dictLength - state->wsize, zmemcpy 1202 other-licenses/zlib/inflate.c zmemcpy(state->window + state->wsize - dictLength, dictionary, zmemcpy 1353 other-licenses/zlib/inflate.c zmemcpy(dest, source, sizeof(z_stream)); zmemcpy 1354 other-licenses/zlib/inflate.c zmemcpy(copy, state, sizeof(struct inflate_state)); zmemcpy 1363 other-licenses/zlib/inflate.c zmemcpy(window, state->window, wsize); zmemcpy 235 other-licenses/zlib/zutil.h extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));