Home
last modified time | relevance | path

Searched refs:Z_FULL_FLUSH (Results 1 – 22 of 22) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc254 if (((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) in Deflate()
298 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.cc260 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate()
302 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
/external/freetype/src/gzip/
Dzlib.h128 #define Z_FULL_FLUSH 3 macro
/external/zlib/src/contrib/pascal/
Dzlibpas.pas71 Z_FULL_FLUSH = 3;
Dexample.pas386 err := deflate(c_stream, Z_FULL_FLUSH);
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h165 #define Z_FULL_FLUSH 3 macro
/external/zlib/src/contrib/ada/
Dzlib-thin.ads62 Z_FULL_FLUSH : constant := 3; -- zlib.h:128
/external/zlib/src/contrib/delphi/
DZLib.pas170 Z_FULL_FLUSH = 3;
/external/chromium_org/third_party/zlib/
Dzlib.h168 #define Z_FULL_FLUSH 3 macro
Ddeflate.c871 if (flush == Z_FULL_FLUSH) {
/external/zlib/
Dzlib.h167 #define Z_FULL_FLUSH 3 macro
/external/qemu/distrib/zlib-1.2.8/
Dzlib.h167 #define Z_FULL_FLUSH 3 macro
Ddeflate.c931 if (flush == Z_FULL_FLUSH) {
/external/zlib/src/
Dzlib.h167 #define Z_FULL_FLUSH 3 macro
DFAQ214 Z_FULL_FLUSH, carefully write all the pending data at those points, and
216 points. You have to be careful to not use Z_FULL_FLUSH too often, since it
DChangeLog522 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
1397 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
1405 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
1448 not yet Z_FULL_FLUSH.
Ddeflate.c931 if (flush == Z_FULL_FLUSH) {
/external/zlib/src/test/
Dexample.c394 err = deflate(&c_stream, Z_FULL_FLUSH);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzlib.h231 #define Z_FULL_FLUSH 3 macro
Dfx_zlib_deflate.c930 if (flush == Z_FULL_FLUSH) { in deflate()
/external/pdfium/core/include/thirdparties/zlib/
Dzlib.h227 #define Z_FULL_FLUSH 3 macro
/external/zlib/src/as400/
Dzlib.inc40 D Z_FULL_FLUSH C 3