Lines Matching refs:Bytef
88 z_const Bytef *next_in; /* next input byte */
92 Bytef *next_out; /* next output byte will go here */
120 Bytef *extra; /* pointer to extra field or Z_NULL if none */
123 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
125 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
612 const Bytef *dictionary,
656 Bytef *dictionary,
888 const Bytef *dictionary,
911 Bytef *dictionary,
1230 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1231 const Bytef *source, uLong sourceLen));
1245 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1246 const Bytef *source, uLong sourceLen,
1268 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1269 const Bytef *source, uLong sourceLen));
1286 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
1287 const Bytef *source, uLong *sourceLen));
1690 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1710 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
1728 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1746 ZEXTERN uLong ZEXPORT crc32_z OF((uLong crc, const Bytef *buf,