Home | History | Annotate | Download | only in zlib

Lines Matching refs:Bytef

86     Bytef    *next_in;  /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
118 Bytef *extra; /* pointer to extra field or Z_NULL if none */
121 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
123 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
584 const Bytef *dictionary,
790 const Bytef *dictionary,
1107 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1108 const Bytef *source, uLong sourceLen));
1121 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1122 const Bytef *source, uLong sourceLen,
1144 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1145 const Bytef *source, uLong sourceLen));
1474 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1503 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));