Searched refs:last_flush (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h129 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c408 s->last_flush = Z_NO_FLUSH;
597 old_flush = s->last_flush;
598 s->last_flush = flush;
790 s->last_flush = -1;
821 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
846 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 48 milliseconds