Lines Matching refs:Bytef
86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
588 const Bytef *dictionary,
820 const Bytef *dictionary,
843 Bytef *dictionary,
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1161 const Bytef *source, uLong sourceLen));
1174 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1175 const Bytef *source, uLong sourceLen,
1197 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1198 const Bytef *source, uLong sourceLen));
1569 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1600 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));