Searched refs:Z_BLOCK (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dzlib.h145 #define Z_BLOCK 6 /* Only for inflate at present */ macro
362 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
363 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
370 The Z_BLOCK option assists in appending to or combining deflate streams.
397 because Z_BLOCK is used.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzjoin.c51 This program was written to illustrate the use of the Z_BLOCK option of
329 ret = inflate(&strm, Z_BLOCK);
H A Dzran.c11 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
195 ret = inflate(&strm, Z_BLOCK); /* return at end of block */
H A Dgzappend.c52 This program was written to illustrate the use of the new Z_BLOCK option of
55 the start of the final deflate block. Also whether using Z_BLOCK or not,
310 ret = inflate(strm, Z_BLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dzlib.h167 #define Z_BLOCK 5 macro
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
394 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
401 The Z_BLOCK option assists in appending to or combining deflate streams.
428 because Z_BLOCK is used.
824 no gzip header information forthcoming. Note that Z_BLOCK can be used to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzjoin.c50 This program was written to illustrate the use of the Z_BLOCK option of
328 ret = inflate(&strm, Z_BLOCK);
H A Dzran.c6 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
190 ret = inflate(&strm, Z_BLOCK); /* return at end of block */
H A Dgzappend.c50 This program was written to illustrate the use of the new Z_BLOCK option of
53 the start of the final deflate block. Also whether using Z_BLOCK or not,
308 ret = inflate(strm, Z_BLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dzlib.h167 #define Z_BLOCK 5 macro
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
394 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
401 The Z_BLOCK option assists in appending to or combining deflate streams.
428 because Z_BLOCK is used.
824 no gzip header information forthcoming. Note that Z_BLOCK can be used to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzlib.h167 #define Z_BLOCK 5 macro
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
394 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
401 The Z_BLOCK option assists in appending to or combining deflate streams.
428 because Z_BLOCK is used.
824 no gzip header information forthcoming. Note that Z_BLOCK can be used to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzjoin.c50 This program was written to illustrate the use of the Z_BLOCK option of
328 ret = inflate(&strm, Z_BLOCK);
H A Dzran.c6 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
190 ret = inflate(&strm, Z_BLOCK); /* return at end of block */
H A Dgzappend.c50 This program was written to illustrate the use of the new Z_BLOCK option of
53 the start of the final deflate block. Also whether using Z_BLOCK or not,
308 ret = inflate(strm, Z_BLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgzjoin.c50 This program was written to illustrate the use of the Z_BLOCK option of
328 ret = inflate(&strm, Z_BLOCK);
H A Dzran.c6 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
190 ret = inflate(&strm, Z_BLOCK); /* return at end of block */
H A Dgzappend.c50 This program was written to illustrate the use of the new Z_BLOCK option of
53 the start of the final deflate block. Also whether using Z_BLOCK or not,
308 ret = inflate(strm, Z_BLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h169 #define Z_BLOCK 5 macro
298 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
423 output as possible to the output buffer. Z_BLOCK requests that inflate()
430 The Z_BLOCK option assists in appending to or combining deflate streams.
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
942 as noted in the description for the Z_BLOCK flush parameter for inflate.
957 no gzip header information forthcoming. Note that Z_BLOCK o
[all...]
H A Ddeflate.c158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
515 err = deflate(strm, Z_BLOCK);
671 flush > Z_BLOCK || flush < 0) {
924 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzlib.h169 #define Z_BLOCK 5 macro
298 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
423 output as possible to the output buffer. Z_BLOCK requests that inflate()
430 The Z_BLOCK option assists in appending to or combining deflate streams.
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
957 as noted in the description for the Z_BLOCK flush parameter for inflate.
972 no gzip header information forthcoming. Note that Z_BLOCK o
[all...]
H A Ddeflate.c158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
515 err = deflate(strm, Z_BLOCK);
673 flush > Z_BLOCK || flush < 0) {
926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas73 Z_BLOCK = 5;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas73 Z_BLOCK = 5;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinflate.c394 if (flush == Z_BLOCK) goto inf_leave;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc34 D Z_BLOCK C 5
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/as400/
H A Dzlib.inc34 D Z_BLOCK C 5

Completed in 294 milliseconds

12