Home
last modified time | relevance | path

Searched refs:Z_PARTIAL_FLUSH (Results 1 – 20 of 20) sorted by relevance

/external/freetype/src/gzip/
Dzlib.h126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/external/zlib/src/examples/
DREADME.examples33 - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(),
Dgzlog.c661 deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH); in log_compress()
/external/zlib/src/contrib/pascal/
Dzlibpas.pas69 Z_PARTIAL_FLUSH = 1;
/external/zlib/src/contrib/ada/
Dzlib-thin.ads56 Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126
/external/u-boot/include/u-boot/
Dzlib.h466 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/external/pdfium/third_party/libtiff/
Dtif_zip.c177 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in ZIPDecode()
Dtif_pixarlog.c809 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in PixarLogDecode()
/external/zlib/src/contrib/delphi/
DZLib.pas168 Z_PARTIAL_FLUSH = 1;
/external/python/cpython2/Modules/zlib/
Dzlib.h169 #define Z_PARTIAL_FLUSH 1 macro
DChangeLog210 - Remove second empty static block for Z_PARTIAL_FLUSH
559 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
1212 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
1490 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
1501 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
Ddeflate.c1022 if (flush == Z_PARTIAL_FLUSH) {
/external/zlib/src/
Dzlib.h169 #define Z_PARTIAL_FLUSH 1 macro
DChangeLog210 - Remove second empty static block for Z_PARTIAL_FLUSH
559 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
1212 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
1490 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
1501 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
Ddeflate.c1022 if (flush == Z_PARTIAL_FLUSH) {
/external/zlib/
Dzlib.h169 #define Z_PARTIAL_FLUSH 1 macro
/external/python/cpython3/Modules/
Dzlibmodule.c1381 PyModule_AddIntMacro(m, Z_PARTIAL_FLUSH); in PyInit_zlib()
/external/python/cpython3/Doc/library/
Dzlib.rst219 :const:`Z_NO_FLUSH`, :const:`Z_PARTIAL_FLUSH`, :const:`Z_SYNC_FLUSH`,
/external/openssh/
Dpacket.c739 Z_PARTIAL_FLUSH); in compress_buffer()
778 Z_PARTIAL_FLUSH); in uncompress_buffer()
/external/u-boot/lib/zlib/
Ddeflate.c839 if (flush == Z_PARTIAL_FLUSH) {