deflate
err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH);
int err = deflate(strm, Z_BLOCK);
ret = deflate(def, flush);
ret = deflate(def, flush);
ret = deflate(strm, last && len == 0 ? Z_FINISH : Z_NO_FLUSH);
deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH);
ret = deflate(&strm, flush); /* no bad return value */
ret = deflate(strm, flush);
err = deflate(&c_stream, Z_NO_FLUSH);
err = deflate(&c_stream, Z_FINISH);
err = deflate(&c_stream, Z_NO_FLUSH);
err = deflate(&c_stream, Z_NO_FLUSH);
err = deflate(&c_stream, Z_NO_FLUSH);
err = deflate(&c_stream, Z_FINISH);
err = deflate(&c_stream, Z_FULL_FLUSH);
err = deflate(&c_stream, Z_FINISH);
err = deflate(&c_stream, Z_FINISH);
(void)deflate(strm, Z_NO_FLUSH);
(void)deflate(strm, Z_FINISH);
ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
static int deflate(struct viomb_softc *);
r = deflate(sc);
r = deflate(&state->strm, flush);
err = deflate(strm, Z_PARTIAL_FLUSH);
ZEXTERN int ZEXPORT deflate(z_streamp, int);
deflate(&zbuf, Z_FINISH);
deflate(&zbuf, Z_FINISH);
error = deflate(&z, Z_NO_FLUSH);
error = deflate(&z, Z_FINISH);