Lines Matching refs:flush
102 int flush,
121 no_flush = flush == Z_NO_FLUSH;
125 * parameter block and needs to be called again in order to flush it.
127 if (flush == Z_FINISH && strm->avail_in == 0 && !param->cf) {
152 /* We need to flush the DFLTCC buffer before writing the
186 need_empty_block = flush == Z_FINISH && param->bcf && !param->bhf;
194 if (flush == Z_FINISH && !param->bcf)
261 if (flush == Z_FINISH) {
270 if (flush == Z_FULL_FLUSH)
272 *result = flush == Z_NO_FLUSH ? need_more : block_done;