Home
last modified time | relevance | path

Searched refs:Z_FINISH (Results 1 – 25 of 56) 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.cpp55 SkASSERT(flush == Z_FINISH in do_deflate()
94 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/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/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/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/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/opencv3/3rdparty/zlib/
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/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/skia/tests/
DPDFDeflateWStreamTest.cpp87 rc = inflate(&flateData, Z_FINISH); in stream_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()

123