/external/zlib/src/contrib/testzlib/ |
testzlib.c | 209 ret=deflate(&zcpr,(zcpr.avail_in==lOrigToDo) ? Z_FINISH : Z_SYNC_FLUSH);
250 ret=inflate(&zcpr,Z_SYNC_FLUSH);
|
/bootable/recovery/applypatch/ |
imgpatch.c | 158 ret = inflate(&strm, Z_SYNC_FLUSH);
|
/frameworks/base/libs/androidfw/ |
StreamingZipInflater.cpp | 182 if (result == Z_OK) result = ::inflate(&mInflateState, Z_SYNC_FLUSH);
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketDeflater.cpp | 108 // Since consecutive calls of deflate with Z_SYNC_FLUSH and no input lead to an error, 119 int result = deflate(m_stream.get(), Z_SYNC_FLUSH);
|
/libcore/luni/src/main/native/ |
java_util_zip_Inflater.cpp | 103 int err = inflate(&stream->stream, Z_SYNC_FLUSH);
|
/external/chromium/net/spdy/ |
spdy_framer.cc | 94 int rv = inflate(decompressor, Z_SYNC_FLUSH); 102 rv = inflate(decompressor, Z_SYNC_FLUSH); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
c_zlib.c | 207 err = deflate(&state->ostream, Z_SYNC_FLUSH); 235 err = inflate(&state->istream, Z_SYNC_FLUSH);
|
/external/dropbear/ |
packet.c | 382 result = inflate(zstream, Z_SYNC_FLUSH); 585 result = deflate(ses.keys->trans_zstream, Z_SYNC_FLUSH);
|
/external/openssl/crypto/comp/ |
c_zlib.c | 207 err = deflate(&state->ostream, Z_SYNC_FLUSH); 235 err = inflate(&state->istream, Z_SYNC_FLUSH);
|
/development/ndk/platforms/android-3/include/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/external/chromium_org/chrome/browser/media/ |
webrtc_log_uploader.cc | 225 result = deflate(&stream, Z_SYNC_FLUSH);
|
/external/chromium_org/net/websockets/ |
websocket_inflater.cc | 115 // so we should make sure it by using Z_SYNC_FLUSH. 118 Z_SYNC_FLUSH);
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
util.py | 242 compressed_bytes += self._compress.flush(zlib.Z_SYNC_FLUSH) 346 # non-compressed block added for Z_SYNC_FLUSH. 361 # for Z_SYNC_FLUSH.
|
/external/open-vcdiff/src/zlib/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
zlib.h | 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ 164 #define Z_SYNC_FLUSH 2 276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much [all...] |