Home
last modified time | relevance | path

Searched refs:last_flush (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/com32/lib/zlib/
Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member
Ddeflate.c380 s->last_flush = Z_NO_FLUSH;
603 old_flush = s->last_flush;
604 s->last_flush = flush;
796 s->last_flush = -1;
829 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
858 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/external/python/cpython2/Modules/zlib/
Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member
Ddeflate.c419 s->last_flush = Z_NO_FLUSH;
686 old_flush = s->last_flush;
687 s->last_flush = flush;
879 s->last_flush = -1;
912 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
942 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/external/zlib/src/
Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member
Ddeflate.c419 s->last_flush = Z_NO_FLUSH;
686 old_flush = s->last_flush;
687 s->last_flush = flush;
879 s->last_flush = -1;
912 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
942 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/external/pdfium/third_party/zlib_v128/
Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member
Ddeflate.c418 s->last_flush = Z_NO_FLUSH; in deflateResetKeep()
685 old_flush = s->last_flush; in deflate()
686 s->last_flush = flush; in deflate()
878 s->last_flush = -1; in deflate()
911 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ in deflate()
941 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */ in deflate()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc172 u64 last_flush = NanoTime(); in BackgroundThread() local
182 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) { in BackgroundThread()
185 last_flush = NanoTime(); in BackgroundThread()