/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
zlib.h | 172 #define Z_NEED_DICT 2 432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
zlib.h | 172 #define Z_NEED_DICT 2 432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
zlib.h | 172 #define Z_NEED_DICT 2 432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
zlib.h | 172 #define Z_NEED_DICT 2 432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
zlib.h | 172 #define Z_NEED_DICT 2 432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
zlib.h | 172 #define Z_NEED_DICT 2 432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
zlib.h | 172 #define Z_NEED_DICT 2 432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
zlib.h | 172 #define Z_NEED_DICT 2 432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/external/chromium_org/third_party/zlib/ |
gzread.c | 254 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
|
zlib.h | 176 #define Z_NEED_DICT 2 474 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 490 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
inflate.c | 806 return Z_NEED_DICT; [all...] |
/external/zlib/src/ |
gzread.c | 192 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
|
zlib.h | 175 #define Z_NEED_DICT 2 476 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 494 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
inflate.c | 822 return Z_NEED_DICT; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
zlib.h | 175 #define Z_NEED_DICT 2 439 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 455 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 175 #define Z_NEED_DICT 2 439 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 455 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 175 #define Z_NEED_DICT 2 439 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 455 been reached and all uncompressed output has been produced, Z_NEED_DICT if a [all...] |
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 78 Z_NEED_DICT = 2;
|
example.pas | 509 if err = Z_NEED_DICT then
|
/external/zlib/src/test/ |
example.c | 519 if (err == Z_NEED_DICT) {
|
/external/chromium/net/spdy/ |
spdy_framer.cc | 95 if (rv == Z_NEED_DICT) { [all...] |
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 175 Z_NEED_DICT = 2;
|
/external/chromium/net/tools/spdyshark/ |
packet-spdy.c | 776 if (retcode == Z_NEED_DICT) { [all...] |
/external/chromium_org/net/quic/crypto/ |
cert_compressor.cc | 601 if (rv == Z_NEED_DICT) {
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 769 return Z_NEED_DICT; [all...] |