Home
last modified time | relevance | path

Searched refs:Z_FINISH (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Dstreaming_inflate_fuzzer.cc38 ret = deflate(&comp_strm, Z_FINISH); in LLVMFuzzerTestOneInput()
56 ret = inflate(&decomp_strm, Z_FINISH); in LLVMFuzzerTestOneInput()
H A Ddeflate_fuzzer.cc52 ret = deflate(&stream, Z_FINISH); in LLVMFuzzerTestOneInput()
66 ret = inflate(&stream, Z_FINISH); in LLVMFuzzerTestOneInput()
/third_party/zlib/contrib/pascal/
H A 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/zlib/test/
H A Dexample.c194 err = deflate(&c_stream, Z_FINISH); in test_deflate()
294 err = deflate(&c_stream, Z_FINISH); in test_large_deflate()
372 err = deflate(&c_stream, Z_FINISH); in test_flush()
413 err = inflate(&d_stream, Z_FINISH); in test_sync()
450 err = deflate(&c_stream, Z_FINISH); in test_dict_deflate()
/third_party/skia/src/pdf/
H A DSkDeflate.cpp54 SkASSERT(flush == Z_FINISH in do_deflate()
94 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer, in finalize()
/third_party/node/deps/v8/third_party/zlib/google/
H A 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/
H A Dcompression_utils_portable.cc145 err = deflate(&stream, Z_FINISH); in CompressHelper()
192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_portable.cc145 err = deflate(&stream, Z_FINISH); in CompressHelper()
192 err = inflate(&stream, Z_FINISH); in UncompressHelper()
/third_party/zlib/examples/
H A Dfitblk.c85 flush = Z_FINISH; in partcompress()
116 flush = Z_FINISH; in recompress()
H A Dzpipe.c59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def()
78 } while (flush != Z_FINISH); in def()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A 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/elfutils/libelf/
H A Delf_compress.c154 flush = Z_FINISH; in __libelf_compress()
172 if (!force && flush == Z_FINISH && used >= *orig_size) in __libelf_compress()
195 while (flush != Z_FINISH); /* More data blocks. */ in __libelf_compress()
243 zrc = inflate (&z, Z_FINISH); in __libelf_decompress()
/third_party/libwebsockets/win32port/zlib/
H A Dgzwrite.c57 flush is assumed to be a valid deflate() flush value. If flush is Z_FINISH,
75 doing Z_FINISH then don't write until we get to Z_STREAM_END */
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);
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
H A Dcompress.c49 err = deflate(&stream, Z_FINISH);
/third_party/zlib/contrib/delphi/
H A 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/node/deps/zlib/
H A Ddeflate.c689 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */ in deflateResetKeep()
995 (s->status == FINISH_STATE && flush != Z_FINISH)) { in deflate()
1018 * flushes. For repeated and useless calls with Z_FINISH, we keep in deflate()
1022 flush != Z_FINISH) { in deflate()
1266 if (flush != Z_FINISH) return Z_OK; in deflate()
1719 if (len < min_block && ((len == 0 && flush != Z_FINISH) || in deflate_stored()
1727 last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0; in deflate_stored()
1809 if (flush != Z_NO_FLUSH && flush != Z_FINISH && in deflate_stored()
1847 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH && in deflate_stored()
1850 last = flush == Z_FINISH in deflate_stored()
[all...]
H A Dgzwrite.c62 deflate() flush value. If flush is Z_FINISH, then the deflate() state is
102 doing Z_FINISH then don't write until we get to Z_STREAM_END */ in gz_comp()
104 (flush != Z_FINISH || ret == Z_STREAM_END))) { in gz_comp()
134 if (flush == Z_FINISH) in gz_comp()
541 if (flush < 0 || flush > Z_FINISH) in gzflush()
616 if (gz_comp(state, Z_FINISH) == -1) in gzclose_w()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c536 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
829 (s->status == FINISH_STATE && flush != Z_FINISH)) {
852 * flushes. For repeated and useless calls with Z_FINISH, we keep
856 flush != Z_FINISH) {
1100 if (flush != Z_FINISH) return Z_OK;
1767 if (len < min_block && ((len == 0 && flush != Z_FINISH) ||
1775 last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0;
1857 if (flush != Z_NO_FLUSH && flush != Z_FINISH &&
1895 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH &&
1898 last = flush == Z_FINISH
[all...]
H A Dgzwrite.c70 deflate() flush value. If flush is Z_FINISH, then the deflate() state is
104 doing Z_FINISH then don't write until we get to Z_STREAM_END */
106 (flush != Z_FINISH || ret == Z_STREAM_END))) {
136 if (flush == Z_FINISH)
572 if (flush < 0 || flush > Z_FINISH)
653 if (gz_comp(state, Z_FINISH) == -1)
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c531 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
823 (s->status == FINISH_STATE && flush != Z_FINISH)) {
846 * flushes. For repeated and useless calls with Z_FINISH, we keep
850 flush != Z_FINISH) {
1092 if (flush != Z_FINISH) return Z_OK;
1757 if (len < min_block && ((len == 0 && flush != Z_FINISH) ||
1765 last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0;
1844 if (flush != Z_NO_FLUSH && flush != Z_FINISH &&
1879 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH &&
1882 last = flush == Z_FINISH
[all...]
H A Dgzwrite.c70 deflate() flush value. If flush is Z_FINISH, then the deflate() state is
104 doing Z_FINISH then don't write until we get to Z_STREAM_END */
106 (flush != Z_FINISH || ret == Z_STREAM_END))) {
136 if (flush == Z_FINISH)
569 if (flush < 0 || flush > Z_FINISH)
650 if (gz_comp(state, Z_FINISH) == -1)
/third_party/zlib/
H A Ddeflate.c655 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */ in deflateResetKeep()
965 (s->status == FINISH_STATE && flush != Z_FINISH)) { in deflate()
988 * flushes. For repeated and useless calls with Z_FINISH, we keep in deflate()
992 flush != Z_FINISH) { in deflate()
1236 if (flush != Z_FINISH) return Z_OK; in deflate()
1674 if (len < min_block && ((len == 0 && flush != Z_FINISH) || in deflate_stored()
1682 last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0; in deflate_stored()
1764 if (flush != Z_NO_FLUSH && flush != Z_FINISH && in deflate_stored()
1802 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH && in deflate_stored()
1805 last = flush == Z_FINISH in deflate_stored()
[all...]
H A Dgzwrite.c65 deflate() flush value. If flush is Z_FINISH, then the deflate() state is
106 doing Z_FINISH then don't write until we get to Z_STREAM_END */ in gz_comp()
108 (flush != Z_FINISH || ret == Z_STREAM_END))) { in gz_comp()
138 if (flush == Z_FINISH) in gz_comp()
548 if (flush < 0 || flush > Z_FINISH) in gzflush()
623 if (gz_comp(state, Z_FINISH) == -1) in gzclose_w()
/third_party/ffmpeg/libavfilter/cuda/
H A Dload_helper.c64 ret = inflate(&stream, Z_FINISH); in ff_cuda_load_module()

Completed in 21 milliseconds

1234