Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/zlib/contrib/tests/
Dutils_unittest.cc115 ret = deflate(&comp_strm, Z_FINISH); in TEST()
131 ret = inflate(&decomp_strm, Z_FINISH); in TEST()
194 ret = deflate(&stream, Z_FINISH); in TEST()
206 ret = inflate(&stream, Z_FINISH); in TEST()
263 ret = deflate(&stream, Z_FINISH); in TEST()
275 ret = inflate(&stream, Z_FINISH); in TEST()
402 ret = deflate(&stream, Z_FINISH); in TEST()
414 ret = inflate(&stream, Z_FINISH); in TEST()
518 ret = deflate(&stream, Z_FINISH); in TEST()
/third_party/node/test/parallel/
Dtest-zlib-sync-no-event.js12 const zipped = zipper._processChunk(buffer, zlib.constants.Z_FINISH);
17 const unzipped = unzipper._processChunk(zipped, zlib.constants.Z_FINISH);
Dtest-zlib-brotli.js78 zlib.brotliCompressSync('', { flush: zlib.constants.Z_FINISH });
87 zlib.brotliCompressSync('', { finishFlush: zlib.constants.Z_FINISH });
/third_party/grpc/src/core/lib/compression/
Dstream_compression_gzip.cc41 GPR_ASSERT(flush == 0 || flush == Z_SYNC_FLUSH || flush == Z_FINISH); in gzip_flate()
43 GPR_ASSERT(!(ctx->flate == inflate && (flush == Z_FINISH))); in gzip_flate()
97 } else if (flush == Z_FINISH) { in gzip_flate()
158 gzip_flush = Z_FINISH; in grpc_stream_compress_gzip()
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Dstreaming_inflate_fuzzer.cc38 ret = deflate(&comp_strm, Z_FINISH); in LLVMFuzzerTestOneInput()
56 ret = inflate(&decomp_strm, Z_FINISH); in LLVMFuzzerTestOneInput()
Ddeflate_fuzzer.cc52 ret = deflate(&stream, Z_FINISH); in LLVMFuzzerTestOneInput()
66 ret = inflate(&stream, Z_FINISH); in LLVMFuzzerTestOneInput()
/third_party/zlib/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);
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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);
/third_party/flutter/skia/src/pdf/
DSkDeflate.cpp53 SkASSERT(flush == Z_FINISH in do_deflate()
93 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer, in finalize()
/third_party/skia/src/pdf/
DSkDeflate.cpp54 SkASSERT(flush == Z_FINISH in do_deflate()
94 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer, in finalize()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dzpipe.c59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def()
78 } while (flush != Z_FINISH); in def()
/third_party/zlib/examples/
Dzpipe.c59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def()
78 } while (flush != Z_FINISH); in def()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dzpipe.c59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def()
78 } while (flush != Z_FINISH); in def()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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);
/third_party/zlib/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);
481 err = deflate(&c_stream, Z_FINISH);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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);
/third_party/libwebsockets/win32port/zlib/
Ddeflate.c609 (s->status == FINISH_STATE && flush != Z_FINISH)) {
817 flush != Z_FINISH) {
877 if (flush != Z_FINISH) return Z_OK;
1521 FLUSH_BLOCK(s, flush == Z_FINISH);
1522 return flush == Z_FINISH ? finish_done : block_done;
1618 FLUSH_BLOCK(s, flush == Z_FINISH);
1619 return flush == Z_FINISH ? finish_done : block_done;
1743 FLUSH_BLOCK(s, flush == Z_FINISH);
1744 return flush == Z_FINISH ? finish_done : block_done;
1811 FLUSH_BLOCK(s, flush == Z_FINISH);
[all …]
Dgzwrite.c77 (flush != Z_FINISH || ret == Z_STREAM_END))) {
103 if (flush == Z_FINISH)
442 if (flush < 0 || flush > Z_FINISH)
522 ret += gz_comp(state, Z_FINISH);
/third_party/zlib/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)
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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)
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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)
/third_party/skia/third_party/externals/zlib/google/
Dcompression_utils_portable.cc145 err = deflate(&stream, Z_FINISH); in CompressHelper()
192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
/third_party/node/deps/zlib/google/
Dcompression_utils_portable.cc145 err = deflate(&stream, Z_FINISH); in CompressHelper()
192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dcompression_utils.cc72 err = deflate(&stream, Z_FINISH); in GzipCompressHelper()
109 err = inflate(&stream, Z_FINISH); in GzipUncompressHelper()

123456