Lines Matching defs:flush
580 In this implementation, the flush parameter of inflate() only affects the
586 stream available. So the only thing the flush parameter actually does is:
587 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
591 int ZEXPORT inflate(z_streamp strm, int flush) {
826 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
848 if (flush == Z_TREES) {
877 if (flush == Z_TREES) goto inf_leave;
1022 if (flush == Z_TREES) goto inf_leave;
1247 (state->mode < CHECK || flush != Z_FINISH)))
1263 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)