Searched defs:Bytef (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h70 # define Bytef z_Bytef macro
283 # define Bytef Byte FAR macro
285 typedef Byte FAR Bytef; typedef
/ast/src/cmd/INIT/
H A Dratz.c400 # define Bytef Byte FAR macro
402 typedef Byte FAR Bytef; typedef
506 Bytef *next_in; /* next input byte */
510 Bytef *next_out; /* next output byte should be put there */
775 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
776 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
777 extern void zmemzero OF((Bytef* dest, uInt len));
820 Bytef* des
[all...]

Completed in 13 milliseconds