Lines Matching refs:Z_FINISH
348 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
443 flush > Z_FINISH || flush < 0) {
450 (s->status == FINISH_STATE && flush != Z_FINISH)) {
496 * flushes. For repeated and useless calls with Z_FINISH, we keep
500 flush != Z_FINISH) {
554 if (flush != Z_FINISH) return Z_OK;
1127 FLUSH_BLOCK(s, flush == Z_FINISH);
1128 return flush == Z_FINISH ? finish_done : block_done;
1225 FLUSH_BLOCK(s, flush == Z_FINISH);
1226 return flush == Z_FINISH ? finish_done : block_done;
1347 FLUSH_BLOCK(s, flush == Z_FINISH);
1348 return flush == Z_FINISH ? finish_done : block_done;