Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.c770 int32_t old_flush; /* value of flush param for previous deflate call */ in PREFIX() local
785 old_flush = s->last_flush; in PREFIX()
806 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) && flush != Z_FINISH) { in PREFIX()
/external/libwebsockets/win32port/zlib/
Ddeflate.c598 int old_flush; /* value of flush param for previous deflate call */ local
615 old_flush = s->last_flush;
816 } else if (strm->avail_in == 0 && flush <= old_flush &&
/external/zlib/
Ddeflate.c813 int old_flush; /* value of flush param for previous deflate call */ local
828 old_flush = s->last_flush;
849 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
/external/python/cpython2/Modules/zlib/
Ddeflate.c767 int old_flush; /* value of flush param for previous deflate call */ local
782 old_flush = s->last_flush;
803 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c767 int old_flush; /* value of flush param for previous deflate call */ local
782 old_flush = s->last_flush;
803 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
/external/angle/third_party/zlib/
Ddeflate.c813 int old_flush; /* value of flush param for previous deflate call */ local
828 old_flush = s->last_flush;
849 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&