Lines Matching defs:strm
218 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { in read_buf()
371 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_()
379 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, in deflateInit2_()
529 local int deflateStateCheck(z_streamp strm) { in deflateStateCheck()
550 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary()
616 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary, in deflateGetDictionary()
635 int ZEXPORT deflateResetKeep(z_streamp strm) { in deflateResetKeep()
695 int ZEXPORT deflateReset(z_streamp strm) { in deflateReset()
705 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) { in deflateSetHeader()
713 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { in deflatePending()
723 int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) { in deflatePrime()
752 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) { in deflateParams()
797 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune()
834 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) { in deflateBound()
915 local void flush_pending(z_streamp strm) { in flush_pending()
946 int ZEXPORT deflate(z_streamp strm, int flush) { in deflate()
1258 int ZEXPORT deflateEnd(z_streamp strm) { in deflateEnd()