Lines Matching refs:z_streamp
97 extern void ZLIB_INTERNAL copy_with_crc(z_streamp strm, Bytef *dst, long size);
212 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) {
383 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version,
391 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
571 local int deflateStateCheck(z_streamp strm) {
592 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
654 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary,
673 int ZEXPORT deflateResetKeep(z_streamp strm) {
733 int ZEXPORT deflateReset(z_streamp strm) {
743 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) {
751 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) {
761 int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) {
790 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
835 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy,
872 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) {
953 local void flush_pending(z_streamp strm) {
984 int ZEXPORT deflate(z_streamp strm, int flush) {
1297 int ZEXPORT deflateEnd(z_streamp strm) {
1321 int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {