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

1 23

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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-8/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...]
  /prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/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...]
  /external/chromium/net/spdy/
spdy_framer.cc 102 inflateEnd(header_decompressor_.get());
    [all...]
  /external/libpng/
pngread.c 963 inflateEnd(&png_ptr->zstream);
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 682 inflateEnd(&zstream); /* free up any allocated structures */
  /external/qemu/
loader.c 450 inflateEnd(&s);
  /external/zlib/examples/
gzappend.c 333 inflateEnd(strm);
  /external/zlib/
gzread.c 644 inflateEnd(&(state->strm));
zlib.h 456 purpose.) The next operation on this stream must be inflateEnd to deallocate
499 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
505 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
    [all...]
gzio.c 372 err = inflateEnd(&(s->stream));
inflate.c     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 427 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
469 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
475 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
    [all...]
  /bootable/recovery/applypatch/
imgdiff.c 327 inflateEnd(&strm);
456 inflateEnd(&strm);
  /external/qemu/block/
qcow.c 415 inflateEnd(strm);
418 inflateEnd(strm);
qcow2-cluster.c 893 inflateEnd(strm);
896 inflateEnd(strm);
  /external/dropbear/
common-kex.c 371 if (inflateEnd(ses.keys->recv_zstream) == Z_STREAM_ERROR) {
  /bootable/recovery/minzip/
Zip.c 650 inflateEnd(&zstream); /* free up any allocated structures */
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 372 err = inflateEnd(&(s->stream));
inflate.c     [all...]
  /external/libxml2/
nanohttp.c 422 inflateEnd(ctxt->strm);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c     [all...]
  /external/zlib/contrib/minizip/
unzip.c     [all...]

Completed in 1321 milliseconds

1 23