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

/ast/src/lib/libz/
H A Ddeflate.c556 int old_flush; /* value of flush param for previous deflate call */ local
573 old_flush = s->last_flush;
774 } else if (strm->avail_in == 0 && flush <= old_flush &&

Completed in 23 milliseconds