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/syslinux/com32/include/
Dzlib.h169 #define Z_BLOCK 5 macro
/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/python/cpython2/Modules/zlib/
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/zlib/
Dzlib.h169 #define Z_BLOCK 5 macro
/external/syslinux/com32/lib/zlib/
Ddeflate.c437 err = deflate(strm, Z_BLOCK);
590 flush > Z_BLOCK || flush < 0) {
843 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
Dinflate.c811 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
/external/pdfium/third_party/zlib_v128/
Ddeflate.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.h238 #define Z_BLOCK 5 macro
Dinflate.c827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
/external/zlib/src/as400/
Dzlib.inc42 D Z_BLOCK C 5
/external/fio/
Dserver.c1716 ret = deflate(stream, Z_BLOCK); in __deflate_pdu_buffer()
1801 ret = deflate(stream, Z_BLOCK); in __fio_append_iolog_gz()