HomeSort by relevance Sort by last modified time
    Searched refs:inflateEnd (Results 76 - 100 of 174) sorted by null

1 2 34 5 6 7

  /system/core/libzipfile/
zipfile.c 111 inflateEnd(&zstream);
  /external/chromium_org/net/websockets/
websocket_inflater.cc 54 inflateEnd(stream_.get());
63 inflateEnd(stream_.get());
  /external/zlib/src/
zconf.h 99 # define inflateEnd z_inflateEnd
502 #pragma map(inflateEnd,"INEND")
zconf.h.cmakein 101 # define inflateEnd z_inflateEnd
504 #pragma map(inflateEnd,"INEND")
zconf.h.in 99 # define inflateEnd z_inflateEnd
502 #pragma map(inflateEnd,"INEND")
  /external/zlib/src/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/chromium_org/net/base/
gzip_filter.cc 24 inflateEnd(zlib_stream_.get());
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.cpp 166 int result = inflateEnd(m_stream.get());
168 WTF_LOG(Network, "WebSocketInflater %p Destructor inflateEnd() failed: %d is returned", this, result);
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 73 zerror_ = inflateEnd(&zcontext_);
  /external/zlib/src/contrib/pascal/
zlibpas.pas 111 function inflateEnd(var strm: z_stream): Integer;
213 function inflateEnd; external;
  /external/zlib/src/contrib/testzlib/
testzlib.c 257 inflateEnd(&zcpr);
  /libcore/luni/src/main/native/
java_util_zip_Inflater.cpp 138 inflateEnd(&stream->stream);
  /external/zlib/src/test/
minigzip.c 225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
318 inflateEnd(strm);
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 899 inflateEnd(&zstream); /* free up any allocated structures */
991 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/chromium_org/sdch/open-vcdiff/src/zlib/
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/open-vcdiff/src/zlib/
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/block/
dmg.c 295 inflateEnd(&s->zstream);
  /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...]
  /external/zlib/src/examples/
gzjoin.c 61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
415 inflateEnd(&strm);
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]

Completed in 531 milliseconds

1 2 34 5 6 7