Home
last modified time | relevance | path

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

/lib/zlib_deflate/
Ddeflate.c275 s->last_flush = Z_NO_FLUSH; in zlib_deflateReset()
348 old_flush = s->last_flush; in zlib_deflate()
349 s->last_flush = flush; in zlib_deflate()
383 s->last_flush = -1; in zlib_deflate()
414 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ in zlib_deflate()
443 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */ in zlib_deflate()
Ddefutil.h81 int last_flush; /* value of flush param for previous deflate call */ member