Home
last modified time | relevance | path

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

123

/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/skia/src/pdf/
DSkDeflate.cpp52 SkASSERT(flush == Z_FINISH in do_deflate()
92 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer, in finalize()
/external/elfutils/libelf/
Delf_compress.c159 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/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/python/cpython2/Modules/zlib/
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);
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);
/external/syslinux/com32/lib/zlib/
Ddeflate.c597 (s->status == FINISH_STATE && flush != Z_FINISH)) {
805 flush != Z_FINISH) {
865 if (flush != Z_FINISH) return Z_OK;
1509 FLUSH_BLOCK(s, flush == Z_FINISH);
1510 return flush == Z_FINISH ? finish_done : block_done;
1606 FLUSH_BLOCK(s, flush == Z_FINISH);
1607 return flush == Z_FINISH ? finish_done : block_done;
1731 FLUSH_BLOCK(s, flush == Z_FINISH);
1732 return flush == Z_FINISH ? finish_done : block_done;
1799 FLUSH_BLOCK(s, flush == Z_FINISH);
[all …]
Duncompr.c48 err = inflate(&stream, Z_FINISH);
Dcompress.c49 err = deflate(&stream, Z_FINISH);
/external/python/cpython2/Modules/
Dzlibmodule.c240 flush = ibuflen == 0 ? Z_FINISH : Z_NO_FLUSH; in PyZlib_compress()
262 } while (flush != Z_FINISH); in PyZlib_compress()
325 flush = ibuflen == 0 ? Z_FINISH : Z_NO_FLUSH; in PyZlib_decompress()
690 int flushmode = Z_FINISH; in PyZlib_flush()
727 if (err == Z_STREAM_END && flushmode == Z_FINISH) { in PyZlib_flush()
884 flush = ibuflen == 0 ? Z_FINISH : Z_NO_FLUSH; in PyZlib_unflush()
1149 PyModule_AddIntConstant(m, "Z_FINISH", Z_FINISH); in PyInit_zlib()
/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/pdfium/third_party/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()
Duncompr.c48 err = inflate(&stream, Z_FINISH); in uncompress()
Dcompress.c49 err = deflate(&stream, Z_FINISH); in compress2()
Ddeflate.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/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);
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc264 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate()
318 zerror_ = Deflate(Z_FINISH); in Close()
/external/syslinux/com32/libupload/
Dzout.c84 rv = do_deflate(be, Z_FINISH); in flush_data()
/external/freetype/src/gzip/
Dzlib.h129 #define Z_FINISH 4 macro

123