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

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 37 # define deflateEnd z_deflateEnd
381 # pragma map(deflateEnd,"DEEND")
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 37 # define deflateEnd z_deflateEnd
381 # pragma map(deflateEnd,"DEEND")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 37 # define deflateEnd z_deflateEnd
381 # pragma map(deflateEnd,"DEEND")
  /bootable/recovery/applypatch/
imgpatch.c 221 deflateEnd(&strm);
  /external/zlib/src/examples/
gzlog.c 634 deflateEnd(&strm);
647 deflateEnd(&strm);
664 deflateEnd(&strm);
670 deflateEnd(&strm);
    [all...]
  /external/zlib/src/test/
example.c 231 err = deflateEnd(&c_stream);
232 CHECK_ERR(err, "deflateEnd");
327 err = deflateEnd(&c_stream);
328 CHECK_ERR(err, "deflateEnd");
404 err = deflateEnd(&c_stream);
405 CHECK_ERR(err, "deflateEnd");
487 err = deflateEnd(&c_stream);
488 CHECK_ERR(err, "deflateEnd");
minigzip.c 221 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
311 deflateEnd(strm);
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 111 deflateEnd(&stream->stream);
  /external/zlib/src/
zconf.h 42 # define deflateEnd z_deflateEnd
493 #pragma map(deflateEnd,"DEEND")
zconf.h.cmakein 44 # define deflateEnd z_deflateEnd
495 #pragma map(deflateEnd,"DEEND")
zconf.h.in 42 # define deflateEnd z_deflateEnd
493 #pragma map(deflateEnd,"DEEND")
  /external/openssl/crypto/comp/
c_zlib.c 125 #define deflateEnd p_deflateEnd
186 deflateEnd(&state->ostream);
369 "deflateEnd");
526 deflateEnd(&ctx->zout);
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 310 zerror_ = deflateEnd(&zcontext_);
  /external/zlib/src/contrib/pascal/
zlibpas.pas 108 function deflateEnd(var strm: z_stream): Integer;
198 function deflateEnd; external;
  /external/zlib/src/contrib/testzlib/
testzlib.c 216 deflateEnd(&zcpr);
  /external/zlib/src/contrib/delphi/
ZLib.pas 244 function deflateEnd(var strm: TZStreamRec): Integer; external;
313 CCheck(deflateEnd(strm));
434 deflateEnd(FZRec);
  /development/ndk/platforms/android-3/include/
zlib.h 302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
    [all...]
  /external/chromium/net/base/
gzip_filter_unittest.cc 155 deflateEnd(&zlib_stream);
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h 302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h 302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zlib.h 302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
zlib.h 302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
zlib.h 302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
    [all...]

Completed in 5538 milliseconds

1 23 4 5 6