Lines Matching defs:flush
591 In this implementation, the flush parameter of inflate() only affects the
597 stream available. So the only thing the flush parameter actually does is:
598 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
602 int ZEXPORT inflate(z_streamp strm, int flush) {
837 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
859 if (flush == Z_TREES) {
888 if (flush == Z_TREES) goto inf_leave;
1033 if (flush == Z_TREES) goto inf_leave;
1280 (state->mode < CHECK || flush != Z_FINISH)))
1296 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)