Lines Matching refs:Bytef
85 Bytef *next_in; /* next input byte */
89 Bytef *next_out; /* next output byte should be put there */
116 Bytef *extra; /* pointer to extra field or Z_NULL if none */
119 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
121 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
541 const Bytef *dictionary,
739 const Bytef *dictionary,
1011 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1012 const Bytef *source, uLong sourceLen));
1026 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1027 const Bytef *source, uLong sourceLen,
1049 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1050 const Bytef *source, uLong sourceLen));
1262 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1287 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));