Home | History | Annotate | Download | only in zlib_v128

Lines Matching refs:Bytef

150     z_const Bytef *next_in;     /* next input byte */
154 Bytef *next_out; /* next output byte should be put there */
181 Bytef *extra; /* pointer to extra field or Z_NULL if none */
184 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
186 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
652 const Bytef *dictionary,
884 const Bytef *dictionary,
907 Bytef *dictionary,
1224 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1225 const Bytef *source, uLong sourceLen));
1238 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1239 const Bytef *source, uLong sourceLen,
1261 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1262 const Bytef *source, uLong sourceLen));
1633 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1664 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));