HomeSort by relevance Sort by last modified time
    Searched refs:deflateParams (Results 26 - 41 of 41) sorted by null

12

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
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-x86/usr/include/
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-r5/platforms/android-3/arch-arm/usr/include/
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-r6/platforms/android-3/arch-arm/usr/include/
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-r6/platforms/android-3/arch-x86/usr/include/
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/contrib/pascal/
example.pas 298 deflateParams(c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
  /external/zlib/
zlib.h 646 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
    [all...]
zconf.h.cmakein 44 # define deflateParams z_deflateParams
zconf.h.in 42 # define deflateParams z_deflateParams
gzwrite.c 492 deflateParams(strm, level, strategy);
gzio.c 253 return deflateParams (&(s->stream), level, strategy);
deflate.c 412 int ZEXPORT deflateParams(strm, level, strategy)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 613 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
625 Before the call of deflateParams, the stream state must be set as for
629 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 216 procedure deflateParams; external;
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 253 return deflateParams (&(s->stream), level, strategy);
deflate.c 416 int ZEXPORT deflateParams(strm, level, strategy)
    [all...]

Completed in 482 milliseconds

12