Lines Matching defs:flush
592 In this implementation, the flush parameter of inflate() only affects the
598 stream available. So the only thing the flush parameter actually does is:
599 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
603 int ZEXPORT inflate(z_streamp strm, int flush) {
891 if (flush == Z_BLOCK || flush == Z_TREES)
916 if (flush == Z_TREES) {
945 if (flush == Z_TREES)
1096 if (flush == Z_TREES)
1363 (state->mode < CHECK || flush != Z_FINISH)))
1379 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)