Lines Matching refs:z_streamp
369 z_streamp strm; /* pointer back to this zlib stream */
691 local void flush_pending(z_streamp strm);
692 local int read_buf(z_streamp strm, Bytef *buf, unsigned size);
802 int ZEXPORT deflateInit_(z_streamp strm,
812 int ZEXPORT deflateInit2_(z_streamp strm,
898 int ZEXPORT deflateSetDictionary (z_streamp strm,
941 int ZEXPORT deflateReset (z_streamp strm)
972 z_streamp strm;
1024 local void flush_pending(z_streamp strm)
1046 int ZEXPORT deflate (z_streamp strm, int flush)
1181 int ZEXPORT deflateEnd (z_streamp strm)
1213 int ZEXPORT deflateCopy (z_streamp dest, z_streamp source)
1273 int deflateOutputPending (z_streamp strm)
1288 local int read_buf(z_streamp strm,
3332 z_streamp z,
3338 z_streamp ,
3343 z_streamp ,
3348 z_streamp);
3359 z_streamp);
3412 int ZEXPORT inflateReset(z_streamp z)
3425 int ZEXPORT inflateEnd(z_streamp z)
3438 int ZEXPORT inflateInit2_(z_streamp z, int w, const char *vers, int stream_size)
3494 int ZEXPORT inflateInit_(z_streamp z, const char *vers, int stream_size)
3504 int ZEXPORT inflate(z_streamp z, int f)
3647 int ZEXPORT inflateSetDictionary(z_streamp z,
3688 z_streamp z;
3748 z_streamp z;
3810 z_streamp); /* for messages */
3821 z_streamp); /* for messages */
3828 z_streamp); /* for memory allocation */
3849 z_streamp );
3853 z_streamp ,
3858 z_streamp );
3956 z_streamp ,
4024 void inflate_blocks_reset(inflate_blocks_statef *s, z_streamp z, uLongf *c)
4042 inflate_blocks_statef *inflate_blocks_new(z_streamp z, check_func c, uInt w)
4070 int inflate_blocks(inflate_blocks_statef *s, z_streamp z, int r)
4322 int inflate_blocks_free(inflate_blocks_statef *s, z_streamp z)
4723 z_streamp z) /* for message */
4753 z_streamp z) /* for message */
4981 z_streamp z) /* for memory allocation */
5066 z_streamp );
5116 inflate_huft *tl, inflate_huft *td, z_streamp z)
5134 int inflate_codes(inflate_blocks_statef *s, z_streamp z, int r)
5299 void inflate_codes_free(inflate_codes_statef *c, z_streamp z)
5332 int inflate_flush(inflate_blocks_statef *s, z_streamp z, int r)
5435 z_streamp z)