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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c439 int old_flush; /* value of flush param for previous deflate call */ local
456 old_flush = s->last_flush;
499 } else if (strm->avail_in == 0 && flush <= old_flush &&

Completed in 13 milliseconds