Lines Matching refs:Bytef
100 # define Bytef z_Bytef macro
321 # define Bytef Byte FAR macro
323 typedef Byte FAR Bytef; typedef
418 typedef void (*cb_func) OF((Bytef *buf, uInt len));
423 Bytef *next_in; /* next input byte */
426 Bytef *next_out; /* next output byte should be put there */
452 Bytef *extra; /* pointer to extra field or Z_NULL if none */
455 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
457 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
529 const Bytef *dictionary,
674 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
697 ZEXTERN uInt ZEXPORT crc32 OF((uInt crc, const Bytef *buf, uInt len));
713 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
714 const Bytef *source, uLong sourceLen));
731 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
732 const Bytef *source, uLong *sourceLen));