Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkFlate.cpp91 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/
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);
Dzlibpas.pas72 Z_FINISH = 4;
/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()
Dgzappend.c426 ret = deflate(strm, last && len == 0 ? Z_FINISH : Z_NO_FLUSH); in gztack()
/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/zlib/src/
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)
Duncompr.c48 err = inflate(&stream, Z_FINISH);
Dcompress.c49 err = deflate(&stream, Z_FINISH);
Ddeflate.c680 (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/
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_uncompr.c48 err = inflate(&stream, Z_FINISH); in uncompress()
Dfx_zlib_compress.c49 err = deflate(&stream, Z_FINISH); in compress2()
Dfx_zlib_deflate.c679 (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/
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
Dinflate.c156 f = f == Z_FINISH ? Z_BUF_ERROR : Z_OK; in inflate()
/external/zlib/src/contrib/testzlib/
Dtestzlib.c209 ret=deflate(&zcpr,(zcpr.avail_in==lOrigToDo) ? Z_FINISH : Z_SYNC_FLUSH); in main()
/external/squashfs-tools/squashfs-tools/
Dgzip_wrapper.c424 res = deflate(&stream->stream, Z_FINISH); in gzip_compress()
/external/elfutils/src/libdw/
Ddwarf_begin_elf.c190 zrc = inflate (&z, Z_FINISH); in check_section()
/external/zlib/src/contrib/ada/
Dzlib-thin.ads64 Z_FINISH : constant := 4; -- zlib.h:129
/external/libpng/
Dpngwutil.c582 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/
Dfx_pngwutil.c581 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()

12