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

/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c419 s->last_flush = Z_NO_FLUSH;
684 old_flush = s->last_flush;
685 s->last_flush = flush;
877 s->last_flush = -1;
910 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
940 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 45 milliseconds