/external/skia/src/core/ |
D | SkFlate.cpp | 91 rc = deflate(&flateData, Z_FINISH); in doFlate() 93 rc = inflate(&flateData, Z_FINISH); in doFlate() 160 SkASSERT(flush == Z_FINISH in do_deflate() 193 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer, in finalize()
|
/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);
|
D | zlibpas.pas | 72 Z_FINISH = 4;
|
/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()
|
D | gzappend.c | 426 ret = deflate(strm, last && len == 0 ? Z_FINISH : Z_NO_FLUSH); in gztack()
|
/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/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/core/src/fxcodec/fx_zlib/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 | fx_zlib_uncompr.c | 48 err = inflate(&stream, Z_FINISH); in uncompress()
|
D | fx_zlib_compress.c | 49 err = deflate(&stream, Z_FINISH); in compress2()
|
D | fx_zlib_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/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/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()
|
/external/elfutils/src/libdw/ |
D | dwarf_begin_elf.c | 190 zrc = inflate (&z, Z_FINISH); in check_section()
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 64 Z_FINISH : constant := 4; -- zlib.h:129
|
/external/libpng/ |
D | pngwutil.c | 582 input_len > 0 ? Z_NO_FLUSH : Z_FINISH); in png_text_compress() 1104 if (flush == Z_FINISH) in png_compress_IDAT() 1111 else if (ret == Z_STREAM_END && flush == Z_FINISH) in png_compress_IDAT() 2124 png_compress_IDAT(png_ptr, NULL, 0, Z_FINISH); in png_write_finish_row()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngwutil.c | 581 input_len > 0 ? Z_NO_FLUSH : Z_FINISH); in png_text_compress() 1103 if (flush == Z_FINISH) in png_compress_IDAT() 1110 else if (ret == Z_STREAM_END && flush == Z_FINISH) in png_compress_IDAT() 2123 png_compress_IDAT(png_ptr, NULL, 0, Z_FINISH); in png_write_finish_row()
|