/development/ndk/platforms/android-3/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
zlib.h | 606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 618 Before the call of deflateParams, the stream state must be set as for 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
zlib.h | 606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 618 Before the call of deflateParams, the stream state must be set as for 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
zlib.h | 606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 618 Before the call of deflateParams, the stream state must be set as for 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source [all...] |
/external/zlib/ |
zconf.in.h | 26 # define deflateParams z_deflateParams
|
zconf.h | 42 # define deflateParams z_deflateParams
|
example.c | 278 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); 285 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
/libcore/luni/src/main/native/ |
java_util_zip_Deflater.cpp | 125 // The deflateParams documentation says that avail_out must never be 0 because it may be 131 int err = deflateParams(&stream->stream, level, strategy);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
zlib.h | 606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 618 Before the call of deflateParams, the stream state must be set as for 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
zlib.h | 606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 618 Before the call of deflateParams, the stream state must be set as for 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
zlib.h | 606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 618 Before the call of deflateParams, the stream state must be set as for 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
zlib.h | 606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 618 Before the call of deflateParams, the stream state must be set as for 622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
zconf.h | 26 # define deflateParams z_deflateParams
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 98 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer; 168 function deflateParams; external;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
zconf.h | 40 # define deflateParams z_deflateParams
|