Lines Matching refs:Bytef
91 z_const Bytef *next_in; /* next input byte */
95 Bytef *next_out; /* next output byte will go here */
123 Bytef *extra; /* pointer to extra field or Z_NULL if none */
126 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
128 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
619 const Bytef *dictionary,
663 Bytef *dictionary,
908 const Bytef *dictionary,
931 Bytef *dictionary,
1251 ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
1252 const Bytef *source, uLong sourceLen);
1266 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
1267 const Bytef *source, uLong sourceLen,
1289 ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen,
1290 const Bytef *source, uLong sourceLen);
1307 ZEXTERN int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen,
1308 const Bytef *source, uLong *sourceLen);
1711 ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
1731 ZEXTERN uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf,
1749 ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);
1767 ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,