Searched refs:Z_FULL_FLUSH (Results 1 – 17 of 17) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 260 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate() 302 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
|
/external/freetype/src/gzip/ |
D | zlib.h | 128 #define Z_FULL_FLUSH 3 macro
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 71 Z_FULL_FLUSH = 3;
|
D | example.pas | 386 err := deflate(c_stream, Z_FULL_FLUSH);
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 62 Z_FULL_FLUSH : constant := 3; -- zlib.h:128
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 170 Z_FULL_FLUSH = 3;
|
/external/zlib/ |
D | zlib.h | 167 #define Z_FULL_FLUSH 3 macro
|
/external/zlib/src/ |
D | zlib.h | 167 #define Z_FULL_FLUSH 3 macro
|
D | FAQ | 214 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
|
D | ChangeLog | 522 - 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.
|
D | deflate.c | 931 if (flush == Z_FULL_FLUSH) {
|
/external/pdfium/core/include/thirdparties/zlib/ |
D | zlib.h | 232 #define Z_FULL_FLUSH 3 macro
|
/external/zlib/src/test/ |
D | example.c | 394 err = deflate(&c_stream, Z_FULL_FLUSH);
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | zlib.h | 236 #define Z_FULL_FLUSH 3 macro
|
D | fx_zlib_deflate.c | 930 if (flush == Z_FULL_FLUSH) { in deflate()
|
/external/zlib/src/as400/ |
D | zlib.inc | 40 D Z_FULL_FLUSH C 3
|
/external/chromium-trace/trace-viewer/tracing/third_party/jszip/ |
D | jszip.min.js | 13 …unction(a,b){b.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_…
|