Lines Matching refs:Bytef
130 z_const Bytef *next_in; /* next input byte */
134 Bytef *next_out; /* next output byte will go here */
162 Bytef *extra; /* pointer to extra field or Z_NULL if none */
165 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
167 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
655 const Bytef *dictionary,
700 Bytef *dictionary,
930 const Bytef *dictionary,
954 Bytef *dictionary,
1274 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1275 const Bytef *source, uLong sourceLen));
1289 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1290 const Bytef *source, uLong sourceLen,
1312 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1313 const Bytef *source, uLong sourceLen));
1331 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
1332 const Bytef *source, uLong *sourceLen));
1741 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1761 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
1780 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1798 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf,