Home
last modified time | relevance | path

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

/third_party/node/deps/zlib/
H A Ddeflate.c701 s->last_flush = -2; in deflateResetKeep()
808 s->last_flush != -2) { in deflateParams()
1000 old_flush = s->last_flush; in deflate()
1001 s->last_flush = flush; in deflate()
1013 s->last_flush = -1; in deflate()
1064 s->last_flush = -1; in deflate()
1090 s->last_flush = -1; in deflate()
1133 s->last_flush = -1; in deflate()
1156 s->last_flush = -1; in deflate()
1178 s->last_flush in deflate()
[all...]
H A Ddeflate.h115 int last_flush; /* value of flush param for previous deflate call */ member
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c548 s->last_flush = -2;
642 s->last_flush != -2) {
834 old_flush = s->last_flush;
835 s->last_flush = flush;
847 s->last_flush = -1;
898 s->last_flush = -1;
924 s->last_flush = -1;
967 s->last_flush = -1;
990 s->last_flush = -1;
1012 s->last_flush
[all...]
H A Ddeflate.h111 int last_flush; /* value of flush param for previous deflate call */ member
/third_party/zlib/
H A Ddeflate.c667 s->last_flush = -2; in deflateResetKeep()
775 s->last_flush != -2) { in deflateParams()
970 old_flush = s->last_flush; in deflate()
971 s->last_flush = flush; in deflate()
983 s->last_flush = -1; in deflate()
1034 s->last_flush = -1; in deflate()
1060 s->last_flush = -1; in deflate()
1103 s->last_flush = -1; in deflate()
1126 s->last_flush = -1; in deflate()
1148 s->last_flush in deflate()
[all...]
H A Ddeflate.h115 int last_flush; /* value of flush param for previous deflate call */ member
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c543 s->last_flush = Z_NO_FLUSH;
828 old_flush = s->last_flush;
829 s->last_flush = flush;
841 s->last_flush = -1;
890 s->last_flush = -1;
916 s->last_flush = -1;
959 s->last_flush = -1;
982 s->last_flush = -1;
1004 s->last_flush = -1;
1021 s->last_flush
[all...]
H A Ddeflate.h111 int last_flush; /* value of flush param for previous deflate call */ member
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c417 s->last_flush = Z_NO_FLUSH;
652 old_flush = s->last_flush;
653 s->last_flush = flush;
845 s->last_flush = -1;
878 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
907 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member

Completed in 20 milliseconds