Home
last modified time | relevance | path

Searched refs:Z_FINISH (Results 1 – 25 of 77) sorted by relevance

1234

/external/zlib/src/contrib/pascal/
Dexample.pas214 err := deflate(c_stream, Z_FINISH);
311 err := deflate(c_stream, Z_FINISH);
392 err := deflate(c_stream, Z_FINISH);
434 err := inflate(d_stream, Z_FINISH);
471 err := deflate(c_stream, Z_FINISH);
/external/chromium_org/third_party/skia/src/core/
DSkFlate.cpp95 rc = deflate(&flateData, Z_FINISH); in doFlate()
97 rc = inflate(&flateData, Z_FINISH); in doFlate()
/external/skia/src/core/
DSkFlate.cpp95 rc = deflate(&flateData, Z_FINISH); in doFlate()
97 rc = inflate(&flateData, Z_FINISH); in doFlate()
/external/chromium_org/components/metrics/
Dcompression_utils.cc63 err = deflate(&stream, Z_FINISH); in GzipCompressHelper()
100 err = inflate(&stream, Z_FINISH); in GzipUncompressHelper()
/external/zlib/src/examples/
Dzpipe.c59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def()
78 } while (flush != Z_FINISH); in def()
Dfitblk.c85 flush = Z_FINISH; in partcompress()
116 flush = Z_FINISH; in recompress()
/external/zlib/src/test/
Dexample.c226 err = deflate(&c_stream, Z_FINISH);
322 err = deflate(&c_stream, Z_FINISH);
400 err = deflate(&c_stream, Z_FINISH);
442 err = inflate(&d_stream, Z_FINISH);
482 err = deflate(&c_stream, Z_FINISH);
/external/zlib/src/contrib/delphi/
DZLib.pas171 Z_FINISH = 4;
304 while CCheck(deflate(strm, Z_FINISH)) <> 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/chromium_org/third_party/zlib/
Dgzwrite.c77 (flush != Z_FINISH || ret == Z_STREAM_END))) {
103 if (flush == Z_FINISH)
442 if (flush < 0 || flush > Z_FINISH)
522 ret += gz_comp(state, Z_FINISH);
Ddeflate.c603 (s->status == FINISH_STATE && flush != Z_FINISH)) {
811 flush != Z_FINISH) {
888 if (flush != Z_FINISH) return Z_OK;
1671 FLUSH_BLOCK(s, flush == Z_FINISH);
1672 return flush == Z_FINISH ? finish_done : block_done;
1774 FLUSH_BLOCK(s, flush == Z_FINISH);
1775 return flush == Z_FINISH ? finish_done : block_done;
1930 FLUSH_BLOCK(s, flush == Z_FINISH);
1931 return flush == Z_FINISH ? finish_done : block_done;
1998 FLUSH_BLOCK(s, flush == Z_FINISH);
[all …]
Duncompr.c48 err = inflate(&stream, Z_FINISH);
Dcompress.c49 err = deflate(&stream, Z_FINISH);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_uncompr.c48 err = inflate(&stream, Z_FINISH); in uncompress()
Dgzwrite.c99 (flush != Z_FINISH || ret == Z_STREAM_END))) { in gz_comp()
125 if (flush == Z_FINISH) in gz_comp()
480 if (flush < 0 || flush > Z_FINISH) in gzflush()
561 if (gz_comp(state, Z_FINISH) == -1) in gzclose_w()
Dfx_zlib_compress.c49 err = deflate(&stream, Z_FINISH); in compress2()
/external/zlib/src/
Duncompr.c48 err = inflate(&stream, Z_FINISH);
Dgzwrite.c99 (flush != Z_FINISH || ret == Z_STREAM_END))) {
125 if (flush == Z_FINISH)
481 if (flush < 0 || flush > Z_FINISH)
562 if (gz_comp(state, Z_FINISH) == -1)
Dcompress.c49 err = deflate(&stream, Z_FINISH);
/external/qemu/distrib/zlib-1.2.8/
Duncompr.c48 err = inflate(&stream, Z_FINISH);
Dgzwrite.c99 (flush != Z_FINISH || ret == Z_STREAM_END))) {
125 if (flush == Z_FINISH)
481 if (flush < 0 || flush > Z_FINISH)
562 if (gz_comp(state, Z_FINISH) == -1)
Dcompress.c49 err = deflate(&stream, Z_FINISH);
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc254 if (((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) in Deflate()
308 zerror_ = Deflate(Z_FINISH); in Close()
/external/chromium_org/net/quic/crypto/
Dcert_compressor.cc548 rv = deflate(&z, Z_FINISH); in CompressChain()
600 int rv = inflate(&z, Z_FINISH); in DecompressChain()
607 rv = inflate(&z, Z_FINISH); in DecompressChain()
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.cc260 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate()
314 zerror_ = Deflate(Z_FINISH); in Close()
/external/freetype/src/gzip/
Dzlib.h129 #define Z_FINISH 4 macro

1234