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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h132 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c413 s->last_flush = Z_NO_FLUSH;
602 old_flush = s->last_flush;
603 s->last_flush = flush;
795 s->last_flush = -1;
826 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
851 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 384 milliseconds