deflate
if ((z = deflate(&zs, Z_FINISH)) != Z_STREAM_END) {
err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH);
int err = deflate(strm, Z_BLOCK);
ret = deflate(strm, flush);
ZEXTERN int ZEXPORT deflate(z_streamp strm, int 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);
ret = deflate(&stream, Z_FINISH);
ret = deflate(&stream, Z_FINISH);
ret = deflate(&stream, Z_FINISH);
ret = deflate(&stream, Z_NO_FLUSH);
ret = deflate(&stream, Z_FINISH);
ret = deflate(&stream, Z_NO_FLUSH);
ret = deflate(&stream, Z_FINISH);
ret = deflate(&comp_strm, Z_FINISH);
ret = deflate(&stream, Z_FINISH);
deflate(&zbuf, Z_FINISH);
if ((err = deflate(&hibernate_state->hib_stream, Z_FINISH)) !=
hibernate_zlib_reset(union hibernate_info *hib, int deflate)
if (!deflate)
if (deflate) {
if (deflate(&hibernate_state->hib_stream, Z_SYNC_FLUSH) != Z_OK)
err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH);
int err = deflate(strm, Z_BLOCK);
ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
r = deflate(&state->strm, flush);
if (deflate(&(s->z_stream), Z_NO_FLUSH) != Z_OK)
if ((err = deflate(&(s->z_stream), flush)) != Z_OK &&
if ((error = deflate(&stream, Z_FINISH)) != Z_STREAM_END) {
status = deflate(&ssh->state->compression_out_stream,
#define ANY_COMPRESS(opt) ((opt).deflate || (opt).bsd_compress \
ccp_wantoptions[0].deflate = 1;
ccp_allowoptions[0].deflate = 1;
if (go->deflate) {
go->deflate = 0;
+ (go->deflate? CILEN_DEFLATE: 0)
if (go->deflate) {
go->deflate = 0;
if (go->deflate) {
if (go->deflate && len >= CILEN_DEFLATE
no.deflate = 1;
try.deflate = 0;
if (go->deflate && len >= CILEN_DEFLATE
try.deflate = 0;
if (!ao->deflate || clen != CILEN_DEFLATE
ho->deflate = 1;
u_int deflate: 1; /* do Deflate? */
ccp_wantoptions[0].deflate = 1;
ccp_wantoptions[0].deflate = 0;
ccp_allowoptions[0].deflate = 1;
ccp_allowoptions[0].deflate = 0;
ccp_wantoptions[0].deflate = 0;
ccp_allowoptions[0].deflate = 0;
if (deflate(strm, Z_FINISH) != Z_STREAM_END)