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

/external/chromium/third_party/zlib/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c384 s->last_flush = Z_NO_FLUSH;
573 old_flush = s->last_flush;
574 s->last_flush = flush;
766 s->last_flush = -1;
797 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
822 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c384 s->last_flush = Z_NO_FLUSH;
573 old_flush = s->last_flush;
574 s->last_flush = flush;
766 s->last_flush = -1;
797 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
822 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/external/zlib/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c380 s->last_flush = Z_NO_FLUSH;
603 old_flush = s->last_flush;
604 s->last_flush = flush;
796 s->last_flush = -1;
829 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
858 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 24 milliseconds