inflate
if ((z = inflate(&zs, Z_FINISH)) != Z_STREAM_END) {
ret = inflate(strm, Z_NO_FLUSH);
err = inflate(&stream, Z_NO_FLUSH);
ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush);
err = inflate(&d_stream, Z_NO_FLUSH);
err = inflate(&d_stream, Z_NO_FLUSH);
err = inflate(&d_stream, Z_NO_FLUSH);
err = inflate(&d_stream, Z_FINISH);
err = inflate(&d_stream, Z_NO_FLUSH);
ret = inflate(&strm, Z_NO_FLUSH); assert(err == 9 || ret == err);
ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_BUF_ERROR);
ret = inflate(Z_NULL, 0); assert(ret == Z_STREAM_ERROR);
ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR);
ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR);
ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_STREAM_ERROR);
ret = inflate(&strm, Z_TREES);
ret = inflate(strm, Z_NO_FLUSH);
ret = inflate(&stream, Z_FINISH);
ret = inflate(&stream, Z_FINISH);
ret = inflate(&stream, Z_FINISH);
ret = inflate(&stream, Z_FINISH);
ret = inflate(&decomp_strm, Z_FINISH);
ret = inflate(&stream, Z_FINISH);
inflate(&zbuf, Z_PARTIAL_FLUSH) :
if ((error = inflate(&stream, Z_FINISH)) != Z_STREAM_END) {
rv = inflate(&zs, Z_FINISH);
i = inflate(&hibernate_state->hib_stream, Z_SYNC_FLUSH);
i = inflate(&hibernate_state->hib_stream, Z_SYNC_FLUSH);
s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush);
r = inflate(&state->strm, flush);
error = inflate(&(s->z_stream), Z_NO_FLUSH);
error = inflate(&s->z_stream, Z_NO_FLUSH);
if ((error = inflate(&stream, Z_FINISH)) != Z_STREAM_END) {
status = inflate(&ssh->state->compression_in_stream,
zret = inflate(&zs, Z_NO_FLUSH);
switch ((rv = inflate(&zctx->zs, Z_NO_FLUSH))) {
if (inflate(strm, Z_FINISH) != Z_STREAM_END)