/third_party/skia/third_party/externals/zlib/contrib/tests/ |
D | utils_unittest.cc | 115 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/ |
D | test-zlib-sync-no-event.js | 12 const zipped = zipper._processChunk(buffer, zlib.constants.Z_FINISH); 17 const unzipped = unzipper._processChunk(zipped, zlib.constants.Z_FINISH);
|
D | test-zlib-brotli.js | 78 zlib.brotliCompressSync('', { flush: zlib.constants.Z_FINISH }); 87 zlib.brotliCompressSync('', { finishFlush: zlib.constants.Z_FINISH });
|
/third_party/grpc/src/core/lib/compression/ |
D | stream_compression_gzip.cc | 41 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/ |
D | streaming_inflate_fuzzer.cc | 38 ret = deflate(&comp_strm, Z_FINISH); in LLVMFuzzerTestOneInput() 56 ret = inflate(&decomp_strm, Z_FINISH); in LLVMFuzzerTestOneInput()
|
D | deflate_fuzzer.cc | 52 ret = deflate(&stream, Z_FINISH); in LLVMFuzzerTestOneInput() 66 ret = inflate(&stream, Z_FINISH); in LLVMFuzzerTestOneInput()
|
/third_party/zlib/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);
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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);
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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);
|
/third_party/flutter/skia/src/pdf/ |
D | SkDeflate.cpp | 53 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/ |
D | SkDeflate.cpp | 54 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/ |
D | zpipe.c | 59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def() 78 } while (flush != Z_FINISH); in def()
|
/third_party/zlib/examples/ |
D | zpipe.c | 59 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/ |
D | zpipe.c | 59 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/ |
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);
|
/third_party/zlib/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); 481 err = deflate(&c_stream, Z_FINISH);
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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);
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.c | 609 (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 …]
|
D | gzwrite.c | 77 (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/ |
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)
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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)
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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)
|
/third_party/skia/third_party/externals/zlib/google/ |
D | compression_utils_portable.cc | 145 err = deflate(&stream, Z_FINISH); in CompressHelper() 192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
|
/third_party/node/deps/zlib/google/ |
D | compression_utils_portable.cc | 145 err = deflate(&stream, Z_FINISH); in CompressHelper() 192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
|
/third_party/flutter/skia/third_party/externals/zlib/google/ |
D | compression_utils.cc | 72 err = deflate(&stream, Z_FINISH); in GzipCompressHelper() 109 err = inflate(&stream, Z_FINISH); in GzipUncompressHelper()
|