/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/skia/src/pdf/ |
D | SkDeflate.cpp | 55 SkASSERT(flush == Z_FINISH in do_deflate() 94 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer, in finalize()
|
/external/elfutils/libelf/ |
D | elf_compress.c | 159 flush = Z_FINISH; in __libelf_compress() 177 if (!force && flush == Z_FINISH && used >= *orig_size) in __libelf_compress() 200 while (flush != Z_FINISH); /* More data blocks. */ in __libelf_compress() 235 zrc = inflate (&z, Z_FINISH); in __libelf_decompress()
|
/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/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/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/zlib/src/ |
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 | uncompr.c | 48 err = inflate(&stream, Z_FINISH);
|
D | compress.c | 49 err = deflate(&stream, Z_FINISH);
|
D | deflate.c | 680 (s->status == FINISH_STATE && flush != Z_FINISH)) { 888 flush != Z_FINISH) { 949 if (flush != Z_FINISH) return Z_OK; 1612 if (flush == Z_FINISH) { 1715 if (flush == Z_FINISH) { 1846 if (flush == Z_FINISH) { 1921 if (flush == Z_FINISH) { 1960 if (flush == Z_FINISH) {
|
/external/pdfium/third_party/zlib_v128/ |
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 | uncompr.c | 48 err = inflate(&stream, Z_FINISH); in uncompress()
|
D | compress.c | 49 err = deflate(&stream, Z_FINISH); in compress2()
|
D | deflate.c | 679 (s->status == FINISH_STATE && flush != Z_FINISH)) { in deflate() 887 flush != Z_FINISH) { in deflate() 948 if (flush != Z_FINISH) return Z_OK; in deflate() 1611 if (flush == Z_FINISH) { in deflate_stored() 1714 if (flush == Z_FINISH) { in deflate_fast() 1845 if (flush == Z_FINISH) { in deflate_slow() 1920 if (flush == Z_FINISH) { in deflate_rle() 1959 if (flush == Z_FINISH) { in deflate_huff()
|
/external/opencv3/3rdparty/zlib/ |
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 | uncompr.c | 48 err = inflate(&stream, Z_FINISH);
|
D | compress.c | 49 err = deflate(&stream, Z_FINISH);
|
D | deflate.c | 680 (s->status == FINISH_STATE && flush != Z_FINISH)) { 888 flush != Z_FINISH) { 949 if (flush != Z_FINISH) return Z_OK; 1612 if (flush == Z_FINISH) { 1715 if (flush == Z_FINISH) { 1846 if (flush == Z_FINISH) { 1921 if (flush == Z_FINISH) { 1960 if (flush == Z_FINISH) {
|
/external/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
|
D | inflate.c | 156 f = f == Z_FINISH ? Z_BUF_ERROR : Z_OK; in inflate()
|
/external/skia/tests/ |
D | PDFDeflateWStreamTest.cpp | 87 rc = inflate(&flateData, Z_FINISH); in stream_inflate()
|
/external/zlib/src/contrib/testzlib/ |
D | testzlib.c | 209 ret=deflate(&zcpr,(zcpr.avail_in==lOrigToDo) ? Z_FINISH : Z_SYNC_FLUSH); in main()
|
/external/squashfs-tools/squashfs-tools/ |
D | gzip_wrapper.c | 424 res = deflate(&stream->stream, Z_FINISH); in gzip_compress()
|