Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc264 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate()
306 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/zlib/src/contrib/ada/
Dzlib-thin.ads62 Z_FULL_FLUSH : constant := 3; -- zlib.h:128
/external/syslinux/com32/include/
Dzlib.h167 #define Z_FULL_FLUSH 3 macro
/external/python/cpython2/Doc/library/
Dzlib.rst212 :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/
DZLib.pas170 Z_FULL_FLUSH = 3;
/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/python/cpython2/Modules/zlib/
Dzlib.h167 #define Z_FULL_FLUSH 3 macro
Dexample.c394 err = deflate(&c_stream, Z_FULL_FLUSH);
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/
Dzlib.h167 #define Z_FULL_FLUSH 3 macro
/external/pdfium/third_party/zlib_v128/
Dzlib.h236 #define Z_FULL_FLUSH 3 macro
Ddeflate.c930 if (flush == Z_FULL_FLUSH) { in deflate()
/external/zlib/src/test/
Dexample.c394 err = deflate(&c_stream, Z_FULL_FLUSH);
/external/syslinux/com32/lib/zlib/
DFAQ212 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
Ddeflate.c848 if (flush == Z_FULL_FLUSH) {
/external/python/cpython2/Modules/
Dzlibmodule.c1152 PyModule_AddIntConstant(m, "Z_FULL_FLUSH", Z_FULL_FLUSH); in PyInit_zlib()
/external/zlib/src/as400/
Dzlib.inc40 D Z_FULL_FLUSH C 3

12