Lines Matching refs:Bytef
155 z_const Bytef *next_in; /* next input byte */
159 Bytef *next_out; /* next output byte should be put there */
186 Bytef *extra; /* pointer to extra field or Z_NULL if none */
189 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
191 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
657 const Bytef *dictionary,
889 const Bytef *dictionary,
912 Bytef *dictionary,
1229 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1230 const Bytef *source, uLong sourceLen));
1243 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1244 const Bytef *source, uLong sourceLen,
1266 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1267 const Bytef *source, uLong sourceLen));
1638 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1669 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));