Home | History | Annotate | Download | only in src

Lines Matching defs:flush

74   int olen, ilen, len, res, flush;
108 flush = Z_NO_FLUSH;
112 if ((res = deflate(&state->cx, flush)) != Z_OK) {
123 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0)
131 flush = Z_SYNC_FLUSH;
205 int seq, flush, res, first;
252 flush = mi->m_next ? Z_NO_FLUSH : Z_SYNC_FLUSH;
257 if ((res = inflate(&state->cx, flush)) != Z_OK) {
268 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0)
276 flush = Z_SYNC_FLUSH;
340 int res, flush, expect_error;
376 flush = Z_NO_FLUSH;
380 if ((res = inflate(&state->cx, flush)) != Z_OK) {
394 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0)
402 flush = Z_SYNC_FLUSH;