Home
last modified time | relevance | path

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

/external/zlib/src/examples/
DREADME.examples22 - illustrates the use of the Z_BLOCK flush parameter for inflate()
27 - illustrates the use of the Z_BLOCK flush parameter for inflate()
48 - illustrates the use of Z_BLOCK, inflatePrime(), and
Dzran.c195 ret = inflate(&strm, Z_BLOCK); /* return at end of block */ in build_index()
Dgzjoin.c329 ret = inflate(&strm, Z_BLOCK); in gzcopy()
Dgzappend.c310 ret = inflate(strm, Z_BLOCK); in gzscan()
/external/zlib/src/contrib/pascal/
Dzlibpas.pas73 Z_BLOCK = 5;
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h167 #define Z_BLOCK 5 macro
/external/chromium_org/third_party/zlib/
Dzlib.h170 #define Z_BLOCK 5 macro
Ddeflate.c443 err = deflate(strm, Z_BLOCK);
596 flush > Z_BLOCK || flush < 0) {
866 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
Dinflate.c811 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
/external/zlib/
Dzlib.h169 #define Z_BLOCK 5 macro
/external/qemu/distrib/zlib-1.2.8/
Dzlib.h169 #define Z_BLOCK 5 macro
Ddeflate.c515 err = deflate(strm, Z_BLOCK);
673 flush > Z_BLOCK || flush < 0) {
926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
Dinflate.c827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
/external/zlib/src/
Dzlib.h169 #define Z_BLOCK 5 macro
Ddeflate.c515 err = deflate(strm, Z_BLOCK);
673 flush > Z_BLOCK || flush < 0) {
926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
DChangeLog163 - Permit stronger flushes after Z_BLOCK flushes
168 - Write out all of the available bits when using Z_BLOCK
529 - Allow Z_BLOCK for deflate() to force a new block
766 - Correct Z_BLOCK to not return on first inflate call if no wrap
807 - Add Z_BLOCK flush option to return from inflate at block boundary
Dinflate.c827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_deflate.c514 err = deflate(strm, Z_BLOCK); in deflateParams()
672 flush > Z_BLOCK || flush < 0) { in deflate()
925 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */ in deflate()
Dzlib.h233 #define Z_BLOCK 5 macro
Dfx_zlib_inflate.c827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
/external/pdfium/core/include/thirdparties/zlib/
Dzlib.h229 #define Z_BLOCK 5 macro
/external/zlib/src/as400/
Dzlib.inc42 D Z_BLOCK C 5