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,
886 const Bytef *dictionary,
909 Bytef *dictionary,
1228 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1229 const Bytef *source, uLong sourceLen));
1243 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1244 const Bytef *source, uLong sourceLen,
1266 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1267 const Bytef *source, uLong sourceLen));
1284 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
1285 const Bytef *source, uLong *sourceLen));
1689 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1708 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
1726 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1743 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf,