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

1 23 4 5 6

  /external/skia/src/core/
SkFlate.cpp 110 if (rc == Z_STREAM_END)
  /system/extras/tests/bionic/libc/other/
test_zlib.c 138 } while (ret != Z_STREAM_END);
142 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
  /dalvik/libdex/
ZipArchive.cpp 650 if (zerr != Z_OK && zerr != Z_STREAM_END) {
659 (zerr == Z_STREAM_END && zstream.avail_out != kBufSize))
670 assert(zerr == Z_STREAM_END); /* other errors should've been caught */
  /external/openssl/crypto/comp/
c_zlib.c 328 if (err != Z_STREAM_END) {
567 if((ret != Z_OK) && (ret != Z_STREAM_END))
576 if((ret == Z_STREAM_END) || !zin->avail_out)
702 if(ret == Z_STREAM_END) ctx->odone = 1;
  /external/qemu/block/
cloop.c 123 if(ret != Z_STREAM_END || s->zstream.total_out != s->block_size)
dmg.c 249 if(ret != Z_STREAM_END || s->zstream.total_out != 512*s->sectorcounts[chunk])
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 190 if (result == Z_STREAM_END) {
  /frameworks/native/libs/utils/
ZipFileRO.cpp 818 if (zerr != Z_STREAM_END) {
889 if (zerr != Z_OK && zerr != Z_STREAM_END) {
898 (zerr == Z_STREAM_END && zstream.avail_out != sizeof(writeBuf)))
915 assert(zerr == Z_STREAM_END); /* other errors should've been caught */
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 85 case Z_STREAM_END:
java_util_zip_Inflater.cpp 109 case Z_STREAM_END:
  /external/chromium/net/base/
gzip_filter_unittest.cc 86 ASSERT_TRUE(code == Z_STREAM_END);
97 ASSERT_TRUE(code == Z_STREAM_END);
gzip_filter.cc 223 case Z_STREAM_END: {
  /external/libpng/
pngpread.c 877 if (ret != Z_OK && ret != Z_STREAM_END)
920 if (ret == Z_STREAM_END)
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 174 Z_STREAM_END = 1;
304 while CCheck(deflate(strm, Z_FINISH)) <> Z_STREAM_END do
347 while DCheck(inflate(strm, Z_NO_FLUSH)) <> Z_STREAM_END do
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
424 while (CCheck(deflate(FZRec, Z_FINISH)) <> Z_STREAM_END)
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 766 if (ret == Z_STREAM_END)
    [all...]
  /external/libppp/src/
deflate.c 113 if (res == Z_STREAM_END)
258 if (res == Z_STREAM_END)
381 if (res == Z_STREAM_END)
411 * output it's going to, it *doesn't* return Z_STREAM_END !
  /frameworks/native/cmds/atrace/
atrace.cpp 606 result = Z_STREAM_END;
622 result = Z_STREAM_END; // skip deflate error message
632 if (result != Z_STREAM_END) {
  /external/zlib/src/examples/
gzappend.c 332 } while (ret != Z_STREAM_END);
431 } while (strm->avail_out == 0 && ret != Z_STREAM_END);
  /external/zlib/src/
gzread.c 205 } while (strm->avail_out && ret != Z_STREAM_END);
212 if (ret == Z_STREAM_END)
  /development/ndk/platforms/android-3/include/
zlib.h 171 #define Z_STREAM_END 1
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END if the end of the compressed data ha
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 171 #define Z_STREAM_END 1
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END if the end of the compressed data ha
    [all...]
  /external/open-vcdiff/src/zlib/
zlib.h 171 #define Z_STREAM_END 1
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END if the end of the compressed data ha
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 171 #define Z_STREAM_END 1
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END if the end of the compressed data ha
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h 171 #define Z_STREAM_END 1
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END if the end of the compressed data ha
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h 171 #define Z_STREAM_END 1
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END if the end of the compressed data ha
    [all...]

Completed in 846 milliseconds

1 23 4 5 6