Lines Matching refs:Bytef
104 # define Bytef z_Bytef macro
319 # define Bytef Byte FAR macro
321 typedef Byte FAR Bytef; typedef
416 typedef void (*cb_func) OF((Bytef *buf, uInt len));
421 Bytef *next_in; /* next input byte */
424 Bytef *next_out; /* next output byte should be put there */
450 Bytef *extra; /* pointer to extra field or Z_NULL if none */
453 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
455 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
528 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));