40 #if CONFIG_INFLATE_WRAPPER
43 z_stream *
const zstream = &z->
zstream;
47 zstream->next_in = Z_NULL;
48 zstream->avail_in = 0;
51 zstream->opaque = Z_NULL;
53 zret = inflateInit(zstream);
58 zret, zstream->msg ? zstream->msg :
"");
73 #if CONFIG_DEFLATE_WRAPPER
76 z_stream *
const zstream = &z->
zstream;
82 zstream->opaque = Z_NULL;
84 zret = deflateInit(zstream,
level);
89 zret, zstream->msg ? zstream->msg :
"");