Lines Matching refs:Bytef
89 z_const Bytef *next_in; /* next input byte */
93 Bytef *next_out; /* next output byte will go here */
121 Bytef *extra; /* pointer to extra field or Z_NULL if none */
124 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
126 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
614 const Bytef *dictionary,
658 Bytef *dictionary,
891 const Bytef *dictionary,
914 Bytef *dictionary,
1234 ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
1235 const Bytef *source, uLong sourceLen);
1249 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
1250 const Bytef *source, uLong sourceLen,
1272 ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen,
1273 const Bytef *source, uLong sourceLen);
1290 ZEXTERN int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen,
1291 const Bytef *source, uLong *sourceLen);
1694 ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
1714 ZEXTERN uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf,
1733 ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);
1752 ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,