Searched defs:zmemcpy (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Dzutil.c149 void zmemcpy(dest, source, len) function
H A Dzutil.h226 # define zmemcpy _fmemcpy macro
230 # define zmemcpy memcpy macro
235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/ast/src/cmd/INIT/
H A Dratz.c766 # 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 35 milliseconds