inflate
status = inflate(&ssh->state->compression_in_stream,
ret = inflate(&strm_decompress, Z_FINISH);
int inflate(z_streamp strm, int flush);
error = inflate(&zf->zf_zstream, Z_SYNC_FLUSH); /* decompression pass */
status = inflate(&zs, Z_FINISH);
extern int EXPORT inflate OF((z_streamp strm, int flush));
rtn = inflate(&priv->cx, Z_PACKET_FLUSH);
int inflate (struct inflate *);
ret = inflate(&strm_decompress, Z_FINISH);
int inflate(z_streamp strm, int flush);
error = inflate(&z, Z_FINISH);
ret = inflate(&strm_decompress, Z_FINISH);
int inflate(z_streamp strm, int flush);
if ((res = inflate(&state->cx, flush)) != Z_OK) {
inflate(&state->cx, Z_SYNC_FLUSH);
if ((res = inflate(&state->cx, flush)) != Z_OK) {