Lines Matching defs:flush
116 int ret, flush;
120 flush = zstream->ostream.corked || zstream->gz ?
146 ret = deflate(zs, flush);
164 zstream->flushed = flush == Z_SYNC_FLUSH && zs->avail_in == 0 &&
175 int ret, flush;
192 flush = !zstream->gz ? Z_SYNC_FLUSH :
209 switch (deflate(zs, flush)) {
225 if (final || flush != Z_NO_FLUSH)
249 /* error / we still couldn't flush existing data to
301 zstream->ostream.flush = o_stream_zlib_flush;