/external/zlib/src/contrib/pascal/ |
D | example.pas | 214 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/ |
D | SkFlate.cpp | 95 rc = deflate(&flateData, Z_FINISH); in doFlate() 97 rc = inflate(&flateData, Z_FINISH); in doFlate()
|
/external/skia/src/core/ |
D | SkFlate.cpp | 95 rc = deflate(&flateData, Z_FINISH); in doFlate() 97 rc = inflate(&flateData, Z_FINISH); in doFlate()
|
/external/chromium_org/components/metrics/ |
D | compression_utils.cc | 63 err = deflate(&stream, Z_FINISH); in GzipCompressHelper() 100 err = inflate(&stream, Z_FINISH); in GzipUncompressHelper()
|
/external/zlib/src/examples/ |
D | zpipe.c | 59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def() 78 } while (flush != Z_FINISH); in def()
|
D | fitblk.c | 85 flush = Z_FINISH; in partcompress() 116 flush = Z_FINISH; in recompress()
|
/external/zlib/src/test/ |
D | example.c | 226 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/ |
D | ZLib.pas | 171 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/ |
D | gzwrite.c | 77 (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);
|
D | deflate.c | 603 (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 …]
|
D | uncompr.c | 48 err = inflate(&stream, Z_FINISH);
|
D | compress.c | 49 err = deflate(&stream, Z_FINISH);
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_uncompr.c | 48 err = inflate(&stream, Z_FINISH); in uncompress()
|
D | gzwrite.c | 99 (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()
|
D | fx_zlib_compress.c | 49 err = deflate(&stream, Z_FINISH); in compress2()
|
/external/zlib/src/ |
D | uncompr.c | 48 err = inflate(&stream, Z_FINISH);
|
D | gzwrite.c | 99 (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)
|
D | compress.c | 49 err = deflate(&stream, Z_FINISH);
|
/external/qemu/distrib/zlib-1.2.8/ |
D | uncompr.c | 48 err = inflate(&stream, Z_FINISH);
|
D | gzwrite.c | 99 (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)
|
D | compress.c | 49 err = deflate(&stream, Z_FINISH);
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 254 if (((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) in Deflate() 308 zerror_ = Deflate(Z_FINISH); in Close()
|
/external/chromium_org/net/quic/crypto/ |
D | cert_compressor.cc | 548 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/ |
D | gzip_stream.cc | 260 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate() 314 zerror_ = Deflate(Z_FINISH); in Close()
|
/external/freetype/src/gzip/ |
D | zlib.h | 129 #define Z_FINISH 4 macro
|