Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/zlib/
Ddeflate.c586 int old_flush; /* value of flush param for previous deflate call */ local
603 old_flush = s->last_flush;
804 } else if (strm->avail_in == 0 && flush <= old_flush &&
/external/pdfium/third_party/zlib_v128/
Ddeflate.c668 int old_flush; /* value of flush param for previous deflate call */ in deflate() local
685 old_flush = s->last_flush; in deflate()
886 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) && in deflate()
/external/python/cpython2/Modules/zlib/
Ddeflate.c669 int old_flush; /* value of flush param for previous deflate call */ local
686 old_flush = s->last_flush;
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
/external/zlib/src/
Ddeflate.c669 int old_flush; /* value of flush param for previous deflate call */ local
686 old_flush = s->last_flush;
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&