Lines Matching defs:strm
212 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf()
383 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_()
393 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, in deflateInit2_()
573 local int deflateStateCheck(z_streamp strm) { in deflateStateCheck()
594 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary()
656 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary, in deflateGetDictionary()
675 int ZEXPORT deflateResetKeep(z_streamp strm) { in deflateResetKeep()
735 int ZEXPORT deflateReset(z_streamp strm) { in deflateReset()
745 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) { in deflateSetHeader()
753 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { in deflatePending()
763 int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) { in deflatePrime()
792 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) { in deflateParams()
837 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune()
874 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) { in deflateBound()
961 local void flush_pending(z_streamp strm) { in flush_pending()
992 int ZEXPORT deflate(z_streamp strm, int flush) { in deflate()
1305 int ZEXPORT deflateEnd(z_streamp strm) { in deflateEnd()