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,
885 const Bytef *dictionary,
908 Bytef *dictionary,
1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1228 const Bytef *source, uLong sourceLen));
1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1243 const Bytef *source, uLong sourceLen,
1265 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1266 const Bytef *source, uLong sourceLen));
1283 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
1284 const Bytef *source, uLong *sourceLen));
1688 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1707 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
1725 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1742 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf,