HomeSort by relevance Sort by last modified time
    Searched full:inflateinit2 (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/kernel-headers/original/linux/
zconf.h 29 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
zlib.h 411 information should instead use raw inflate, see inflateInit2() below, or
588 extern int inflateInit2 (z_streamp strm, int windowBits);
621 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
623 is set to null if there is no error message. inflateInit2 does not perform
639 immediately after inflateInit2() or inflateReset() and before any call of
672 The stream will keep attributes that may have been set by inflateInit2.
    [all...]
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 78 zerr = inflateInit2(&zstream, -MAX_WBITS);
84 ALOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr);
191 zerr = inflateInit2(&zstream, -MAX_WBITS);
197 ALOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr);
  /libcore/luni/src/main/native/
java_util_zip_Inflater.cpp 36 * See zlib.h for documentation of the inflateInit2 windowBits parameter.
43 int err = inflateInit2(&jstream->stream, noHeader ? -DEF_WBITS : DEF_WBITS);
  /system/core/libzipfile/
zipfile.c 98 zerr = inflateInit2(&zstream, -MAX_WBITS);
  /external/zlib/src/contrib/pascal/
zlibpas.pas 126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
  /external/zlib/src/contrib/ada/
zlib-thin.adb 65 return inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size);
  /external/zlib/src/test/
infcover.c 278 parameter to inflateInit2(), len is the size of the output buffer, and err
296 ret = inflateInit2(&strm, win);
416 ret = inflateInit2(&strm, -8);
534 ret = inflateInit2(&strm, err < 0 ? 47 : -15);
  /development/ndk/platforms/android-3/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /external/open-vcdiff/src/zlib/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
zlib.h 442 information should instead use raw inflate, see inflateInit2() below, or
    [all...]

Completed in 1406 milliseconds

1 2 3 4 5 6 7