Searched refs:zmemcpy (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libz/ |
H A D | zutil.h | 226 # define zmemcpy _fmemcpy macro 230 # define zmemcpy memcpy macro 235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
|
H A D | inflate.c | 350 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); 357 zmemcpy(state->window + state->write, strm->next_out - copy, dist); 360 zmemcpy(state->window, strm->next_out - copy, copy); 688 zmemcpy(state->head->extra + len, next, 826 zmemcpy(put, next, copy); 1197 zmemcpy(state->window, dictionary + dictLength - state->wsize, 1202 zmemcpy(state->window + state->wsize - dictLength, dictionary, 1353 zmemcpy(dest, source, sizeof(z_stream)); 1354 zmemcpy(copy, state, sizeof(struct inflate_state)); 1363 zmemcpy(windo [all...] |
H A D | zutil.c | 149 void zmemcpy(dest, source, len) function
|
H A D | deflate.c | 339 zmemcpy(s->window, dictionary, length); 540 zmemcpy(strm->next_out, strm->state->pending_out, len); 912 zmemcpy(dest, source, sizeof(z_stream)); 917 zmemcpy(ds, ss, sizeof(deflate_state)); 931 /* following zmemcpy do not work for 16-bit ZLIB_MSDOS */ 932 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); 933 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos)); 934 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos)); 935 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size); 976 zmemcpy(bu [all...] |
H A D | infback.c | 338 zmemcpy(put, next, copy);
|
H A D | gzio.c | 201 zmemcpy(s->inbuf, buf, len); 522 zmemcpy(s->stream.next_out, s->stream.next_in, n);
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 766 # define zmemcpy _fmemcpy macro 770 # define zmemcpy memcpy macro 775 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 819 void zmemcpy(dest, source, len) function 2569 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); 2576 zmemcpy(state->window + state->write, strm->next_out - copy, dist); 2579 zmemcpy(state->window, strm->next_out - copy, copy); 2907 zmemcpy(state->head->extra + len, next, 3045 zmemcpy(put, next, copy); 3416 zmemcpy(stat [all...] |
Completed in 34 milliseconds