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 */
611 const Bytef *dictionary,
655 Bytef *dictionary,
887 const Bytef *dictionary,
910 Bytef *dictionary,
1229 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1230 const Bytef *source, uLong sourceLen));
1244 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1245 const Bytef *source, uLong sourceLen,
1267 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1268 const Bytef *source, uLong sourceLen));
1285 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
1286 const Bytef *source, uLong *sourceLen));
1689 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1709 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
1727 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1745 ZEXTERN uLong ZEXPORT crc32_z OF((uLong crc, const Bytef *buf,