Lines Matching refs:Bytef
87 z_const Bytef *next_in; /* next input byte */
91 Bytef *next_out; /* next output byte will go here */
119 Bytef *extra; /* pointer to extra field or Z_NULL if none */
122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
612 const Bytef *dictionary,
656 Bytef *dictionary,
889 const Bytef *dictionary,
912 Bytef *dictionary,
1232 ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
1233 const Bytef *source, uLong sourceLen);
1247 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
1248 const Bytef *source, uLong sourceLen,
1270 ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen,
1271 const Bytef *source, uLong sourceLen);
1288 ZEXTERN int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen,
1289 const Bytef *source, uLong *sourceLen);
1692 ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
1712 ZEXTERN uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf,
1730 ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);
1748 ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,