Lines Matching defs:flush
579 In this implementation, the flush parameter of inflate() only affects the
585 stream available. So the only thing the flush parameter actually does is:
586 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
590 int ZEXPORT inflate(z_streamp strm, int flush) {
825 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
847 if (flush == Z_TREES) {
876 if (flush == Z_TREES) goto inf_leave;
1021 if (flush == Z_TREES) goto inf_leave;
1245 (state->mode < CHECK || flush != Z_FINISH)))
1261 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)