Searched defs:Z_BLOCK (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/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.
/external/chromium/sdch/open-vcdiff/src/
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
/external/chromium/third_party/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
/external/qemu/distrib/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
/external/zlib/
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
421 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
422 output as possible to the output buffer. Z_BLOCK requests that inflate()
429 The Z_BLOCK option assists in appending to or combining deflate streams.
443 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
465 because Z_BLOCK or Z_TREES is used.
902 as noted in the description for the Z_BLOCK flush parameter for inflate.
917 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be

Completed in 216 milliseconds