Lines Matching defs:strm
232 deflateInit_(z_streamp strm, int level, const char *version, int stream_size) in deflateInit_()
241 deflateInit2_(z_streamp strm, int level, int method, int windowBits, in deflateInit2_()
336 deflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength) in deflateSetDictionary()
377 deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput) in deflateResetWithIO()
391 deflateReset(z_streamp strm) in deflateReset()
429 deflateSetHeader(z_streamp strm, gz_headerp head) in deflateSetHeader()
439 deflatePrime(z_streamp strm, int bits, int value) in deflatePrime()
449 deflateParams(z_streamp strm, int level, int strategy) in deflateParams()
485 deflateTune(z_streamp strm, int good_length, int max_lazy, int nice_length, in deflateTune()
517 deflateBound(z_streamp strm, uLong sourceLen) in deflateBound()
558 flush_pending(z_streamp strm) in flush_pending()
582 deflate(z_streamp strm, int flush) in deflate()
888 deflateEnd(z_streamp strm) in deflateEnd()
984 read_buf(z_streamp strm, Bytef *buf, unsigned size) in read_buf()