Searched refs:old_flush (Results 1 – 2 of 2) sorted by relevance
334 int old_flush; /* value of flush param for previous deflate call */ in zlib_deflate() local350 old_flush = s->last_flush; in zlib_deflate()393 } else if (strm->avail_in == 0 && flush <= old_flush && in zlib_deflate()
586 int old_flush; /* value of flush param for previous deflate call */ local601 old_flush = s->last_flush;802 } else if (strm->avail_in == 0 && flush <= old_flush &&