HomeSort by relevance Sort by last modified time
    Searched full:inflateend (Results 76 - 100 of 312) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/zlib/old/
zlib.html 356 <li> int <a href="#inflateEnd">inflateEnd</a> (<a href="#z_streamp">z_streamp</a> strm);
562 be <a href="#inflateEnd">inflateEnd</a> to deallocate the decompression <a href="#state">state</a>. The use of <a href="#Z_FINISH">Z_FINISH</a>
    [all...]
  /external/zlib/examples/
zlib_how.html 46 <tt>inflateEnd()</tt>.
381 (void)inflateEnd(&amp;strm);
428 (void)inflateEnd(&amp;strm);
436 (void)inflateEnd(&amp;strm);
461 is returned. Otherwise, we return with a happy return value. Of course, <tt>inflateEnd()</tt>
465 (void)inflateEnd(&amp;strm);
gzjoin.c 60 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
414 inflateEnd(&strm);
fitblk.c 224 ret = inflateEnd(&inf);
  /external/zlib/as400/
zlib.inc 301 D inflateEnd PR 10I 0 extproc('inflateEnd') Termin. expansion
bndsrc 68 EXPORT SYMBOL("inflateEnd")
  /bootable/recovery/applypatch/
imgpatch.c 161 inflateEnd(&strm);
  /external/chromium/net/base/
gzip_filter.cc 29 inflateEnd(zlib_stream_.get());
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /external/kernel-headers/original/linux/
zlib.h 389 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
437 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
670 This function is equivalent to inflateEnd followed by inflateInit,
    [all...]
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 73 zerror_ = inflateEnd(&zcontext_);
  /external/qemu/block/
dmg.c 295 inflateEnd(&s->zstream);
qcow.c 415 inflateEnd(strm);
418 inflateEnd(strm);
qcow2-cluster.c 893 inflateEnd(strm);
896 inflateEnd(strm);
  /external/zlib/test/
minigzip.c 221 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
314 inflateEnd(strm);
  /frameworks/native/libs/utils/
ZipFileRO.cpp 838 inflateEnd(&zstream); /* free up any allocated structures */
927 inflateEnd(&zstream); /* free up any allocated structures */
  /prebuilts/sdk/tools/linux/
zipalign 
  /external/chromium/net/spdy/
spdy_framer.cc 160 inflateEnd(header_decompressor_.get());
    [all...]
  /external/libpng/
pngread.c 963 inflateEnd(&png_ptr->zstream);
    [all...]
  /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...]

Completed in 1995 milliseconds

1 2 34 5 6 7 8 91011>>