HomeSort by relevance Sort by last modified time
    Searched refs:inflateEnd (Results 26 - 50 of 75) sorted by null

12 3

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 73 # define inflateEnd z_inflateEnd
385 # pragma map(inflateEnd,"INEND")
  /external/openssl/crypto/comp/
c_zlib.c 122 #define inflateEnd p_inflateEnd
185 inflateEnd(&state->istream);
329 inflateEnd(&stream);
334 err = inflateEnd(&stream);
360 "inflateEnd");
520 inflateEnd(&ctx->zin);
  /bootable/recovery/applypatch/
imgpatch.c 161 inflateEnd(&strm);
  /external/qemu/block/
cloop.c 154 inflateEnd(&s->zstream);
dmg.c 295 inflateEnd(&s->zstream);
  /external/zlib/
example.c 234 err = inflateEnd(&d_stream);
235 CHECK_ERR(err, "inflateEnd");
330 err = inflateEnd(&d_stream);
331 CHECK_ERR(err, "inflateEnd");
417 err = inflateEnd(&d_stream);
418 CHECK_ERR(err, "inflateEnd");
499 err = inflateEnd(&d_stream);
500 CHECK_ERR(err, "inflateEnd");
zconf.h.cmakein 88 # define inflateEnd z_inflateEnd
421 #pragma map(inflateEnd,"INEND")
zconf.h.in 86 # define inflateEnd z_inflateEnd
419 #pragma map(inflateEnd,"INEND")
  /external/zlib/examples/
fitblk.c 224 ret = inflateEnd(&inf);
gzjoin.c 60 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
414 inflateEnd(&strm);
  /system/core/libzipfile/
zipfile.c 111 inflateEnd(&zstream);
  /external/zlib/contrib/delphi/
ZLib.pas 250 function inflateEnd(var strm: TZStreamRec): Integer; external;
356 DCheck(inflateEnd(strm));
383 DCheck(inflateEnd(strm));
494 inflateEnd(FZRec);
  /external/chromium/net/base/
gzip_filter.cc 29 inflateEnd(zlib_stream_.get());
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 73 zerror_ = inflateEnd(&zcontext_);
  /external/zlib/contrib/pascal/
zlibpas.pas 89 function inflateEnd(var strm: z_stream): Integer;
177 function inflateEnd; external;
  /external/zlib/contrib/testzlib/
testzlib.c 257 inflateEnd(&zcpr);
  /libcore/luni/src/main/native/
java_util_zip_Inflater.cpp 136 inflateEnd(&stream->stream);
  /frameworks/base/libs/utils/
ZipFileRO.cpp 838 inflateEnd(&zstream); /* free up any allocated structures */
927 inflateEnd(&zstream); /* free up any allocated structures */
  /development/ndk/platforms/android-3/include/
zlib.h 420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h 420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h 420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
    [all...]

Completed in 474 milliseconds

12 3