last_flush        381 lib/zlib/deflate.c     s->last_flush = Z_NO_FLUSH;
last_flush        570 lib/zlib/deflate.c     old_flush = s->last_flush;
last_flush        571 lib/zlib/deflate.c     s->last_flush = flush;
last_flush        763 lib/zlib/deflate.c             s->last_flush = -1;
last_flush        794 lib/zlib/deflate.c                 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
last_flush        819 lib/zlib/deflate.c               s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
last_flush        105 lib/zlib/deflate.h     int   last_flush;    /* value of flush param for previous deflate call */