Searched refs:last_flush (Results 1 – 2 of 2) sorted by relevance
301 s->last_flush = Z_NO_FLUSH; in zlib_deflateReset()347 old_flush = s->last_flush; in zlib_deflate()348 s->last_flush = flush; in zlib_deflate()382 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()
83 int last_flush; /* value of flush param for previous deflate call */ member
Completed in 7 milliseconds