Searched refs:Z_FULL_FLUSH (Results 1 – 25 of 26) sorted by relevance
12
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 264 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate() 306 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/syslinux/com32/include/ |
D | zlib.h | 167 #define Z_FULL_FLUSH 3 macro
|
/external/python/cpython2/Doc/library/ |
D | zlib.rst | 212 :const:`Z_SYNC_FLUSH`, :const:`Z_FULL_FLUSH`, or :const:`Z_FINISH`, 214 :const:`Z_FULL_FLUSH` allow compressing further strings of data, while
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 170 Z_FULL_FLUSH = 3;
|
/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/python/cpython2/Modules/zlib/ |
D | zlib.h | 167 #define Z_FULL_FLUSH 3 macro
|
D | example.c | 394 err = deflate(&c_stream, Z_FULL_FLUSH);
|
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/zlib/ |
D | zlib.h | 167 #define Z_FULL_FLUSH 3 macro
|
/external/pdfium/third_party/zlib_v128/ |
D | zlib.h | 236 #define Z_FULL_FLUSH 3 macro
|
D | deflate.c | 930 if (flush == Z_FULL_FLUSH) { in deflate()
|
/external/zlib/src/test/ |
D | example.c | 394 err = deflate(&c_stream, Z_FULL_FLUSH);
|
/external/syslinux/com32/lib/zlib/ |
D | FAQ | 212 Z_FULL_FLUSH, carefully write all the pending data at those points, and 214 points. You have to be careful to not use Z_FULL_FLUSH too often, since it
|
D | deflate.c | 848 if (flush == Z_FULL_FLUSH) {
|
/external/python/cpython2/Modules/ |
D | zlibmodule.c | 1152 PyModule_AddIntConstant(m, "Z_FULL_FLUSH", Z_FULL_FLUSH); in PyInit_zlib()
|
/external/zlib/src/as400/ |
D | zlib.inc | 40 D Z_FULL_FLUSH C 3
|
12