Home
last modified time | relevance | path

Searched refs:Z_STREAM_END (Results 1 - 25 of 129) sorted by relevance

123456

/third_party/mesa3d/src/util/
H A Dcompress.c107 assert(ret == Z_STREAM_END); in util_compress_deflate()
108 if (ret == Z_STREAM_END) { in util_compress_deflate()
152 if (ret != Z_STREAM_END) { in util_compress_inflate()
/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc105 return Z_STREAM_END; in Inflate()
131 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) || in Next()
140 if (zerror_ == Z_STREAM_END) { in Next()
159 if ((zerror_ == Z_STREAM_END) && (zcontext_.next_out == NULL)) { in Next()
163 ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) || in Next()
325 zerror_ = Z_STREAM_END; in Close()
/third_party/zlib/test/
H A Dexample.c195 if (err == Z_STREAM_END) in test_deflate()
231 if (err == Z_STREAM_END) in test_inflate()
295 if (err != Z_STREAM_END) { in test_large_deflate()
296 fprintf(stderr, "deflate should report Z_STREAM_END\n"); in test_large_deflate()
328 if (err == Z_STREAM_END) in test_large_inflate()
373 if (err != Z_STREAM_END) { in test_flush()
414 if (err != Z_STREAM_END) { in test_sync()
415 fprintf(stderr, "inflate should report Z_STREAM_END\n"); in test_sync()
451 if (err != Z_STREAM_END) { in test_dict_deflate()
452 fprintf(stderr, "deflate should report Z_STREAM_END\ in test_dict_deflate()
[all...]
H A Dinfcover.c280 inflate() call is expected to return Z_STREAM_END). If win is 47, then
370 inf("3 0", "use fixed blocks", 0, -15, 1, Z_STREAM_END); in cover_support()
404 inf("78 9c 63 0 0 0 1 0 1", "check adler32", 0, 15, 1, Z_STREAM_END); in cover_wrap()
408 0, 47, 0, Z_STREAM_END); in cover_wrap()
490 assert(ret == Z_STREAM_END); in cover_back()
613 Z_STREAM_END); in cover_inflate()
659 Z_STREAM_END); in cover_fast()
/third_party/zlib/contrib/pascal/
H A Dexample.pas215 if err = Z_STREAM_END then
253 if err = Z_STREAM_END then
312 if err <> Z_STREAM_END then
313 EXIT_ERR('deflate should report Z_STREAM_END');
346 if err = Z_STREAM_END then
393 if err <> Z_STREAM_END then
472 if err <> Z_STREAM_END then
473 EXIT_ERR('deflate should report Z_STREAM_END');
507 if err = Z_STREAM_END then
/third_party/zlib/examples/
H A Dfitblk.c119 } while (ret != Z_STREAM_END && def->avail_out != 0); in recompress()
163 if (ret == Z_STREAM_END && def.avail_out >= EXCESS) { in main()
215 assert(ret == Z_STREAM_END); /* otherwise MARGIN too small */ in main()
H A Dzpipe.c79 assert(ret == Z_STREAM_END); /* stream will be complete */ in def()
143 } while (ret != Z_STREAM_END); in inf()
147 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR; in inf()
H A Dzran.c210 if (ret == Z_STREAM_END && mode == GZIP && in deflate_index_build()
217 // Keep going until Z_STREAM_END or error. If the compressed data ends in deflate_index_build()
222 if (ret != Z_STREAM_END) { in deflate_index_build()
411 if (ret == Z_STREAM_END && index->mode == GZIP) { in deflate_index_extract()
458 return ret == Z_OK || ret == Z_STREAM_END ? len - left : ret; in deflate_index_extract()
/third_party/ffmpeg/libavfilter/cuda/
H A Dload_helper.c65 if (ret != Z_OK && ret != Z_STREAM_END && ret != Z_BUF_ERROR) { in ff_cuda_load_module()
82 } while (ret != Z_STREAM_END); in ff_cuda_load_module()
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Dstreaming_inflate_fuzzer.cc39 ASSERT(ret == Z_STREAM_END); in LLVMFuzzerTestOneInput()
57 ASSERT(ret == Z_OK || ret == Z_STREAM_END || ret == Z_BUF_ERROR); in LLVMFuzzerTestOneInput()
H A Ddeflate_fuzzer.cc53 ASSERT(ret == Z_STREAM_END); in LLVMFuzzerTestOneInput()
67 ASSERT(ret == Z_STREAM_END); in LLVMFuzzerTestOneInput()
/third_party/python/Modules/
H A Dzlibmodule.c386 assert(err == Z_STREAM_END); in zlib_compress_impl()
487 case Z_STREAM_END: in zlib_decompress_impl()
502 } while (err != Z_STREAM_END && ibuflen != 0); in zlib_decompress_impl()
505 if (err != Z_STREAM_END) { in zlib_decompress_impl()
812 if (err == Z_STREAM_END) { in save_unconsumed_input()
922 case Z_STREAM_END: in zlib_Decompress_decompress_impl()
937 } while (err != Z_STREAM_END && ibuflen != 0); in zlib_Decompress_decompress_impl()
943 if (err == Z_STREAM_END) { in zlib_Decompress_decompress_impl()
1025 various data structures. Note we should only get Z_STREAM_END when in zlib_Compress_flush_impl()
1027 if (err == Z_STREAM_END in zlib_Compress_flush_impl()
[all...]
/third_party/zlib/contrib/delphi/
H A DZLib.pas174 Z_STREAM_END = 1;
304 while CCheck(deflate(strm, Z_FINISH)) <> Z_STREAM_END do
347 while DCheck(inflate(strm, Z_NO_FLUSH)) <> 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/contrib/tests/
H A Dinfcover.cc302 inflate() call is expected to return Z_STREAM_END). If win is 47, then
392 inf("3 0", "use fixed blocks", 0, -15, 1, Z_STREAM_END); in cover_support()
426 inf("78 9c 63 0 0 0 1 0 1", "check adler32", 0, 15, 1, Z_STREAM_END); in cover_wrap()
430 0, 47, 0, Z_STREAM_END); in cover_wrap()
511 assert(ret == Z_STREAM_END); in cover_back()
634 Z_STREAM_END); in cover_inflate()
681 Z_STREAM_END); in cover_fast()
H A Dutils_unittest.cc116 ASSERT_EQ(ret, Z_STREAM_END); in TEST()
132 ASSERT_TRUE(ret == Z_OK || ret == Z_STREAM_END || ret == Z_BUF_ERROR); in TEST()
195 ASSERT_EQ(ret, Z_STREAM_END); in TEST()
207 ASSERT_EQ(ret, Z_STREAM_END); in TEST()
264 ASSERT_EQ(ret, Z_STREAM_END); in TEST()
276 ASSERT_EQ(ret, Z_STREAM_END); in TEST()
403 ASSERT_EQ(ret, Z_STREAM_END); in TEST()
415 ASSERT_EQ(ret, Z_STREAM_END); in TEST()
519 ASSERT_EQ(ret, Z_STREAM_END); in TEST()
/third_party/ffmpeg/tools/
H A Dcws2fws.c108 if (ret != Z_STREAM_END && ret != Z_OK) { in main()
127 if (ret == Z_STREAM_END || ret == Z_BUF_ERROR) in main()
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc147 if (result == Z_STREAM_END) in zlib_compress()
150 if (result != Z_STREAM_END) in zlib_compress()
179 if (result == Z_STREAM_END) in zlib_uncompress()
/third_party/curl/src/
H A Dmkhelp.pl178 if(status == Z_OK || status == Z_STREAM_END) {
180 if(status == Z_STREAM_END)
/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils_portable.cc146 if (err != Z_STREAM_END) { in CompressHelper()
193 if (err != Z_STREAM_END) { in UncompressHelper()
/third_party/node/deps/zlib/google/
H A Dcompression_utils_portable.cc146 if (err != Z_STREAM_END) { in CompressHelper()
193 if (err != Z_STREAM_END) { in UncompressHelper()
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_portable.cc146 if (err != Z_STREAM_END) { in CompressHelper()
193 if (err != Z_STREAM_END) { in UncompressHelper()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfcodes.c112 c->mode = r == Z_STREAM_END ? WASH : BADCODE; in inflate_codes()
233 r = Z_STREAM_END; in inflate_codes()
/third_party/libwebsockets/win32port/zlib/
H A Duncompr.c49 if (err != Z_STREAM_END) {
H A Dcompress.c50 if (err != Z_STREAM_END) {
/third_party/nghttp2/src/
H A Dnghttp2_gzip.c67 case Z_STREAM_END: in nghttp2_gzip_inflate()

Completed in 14 milliseconds

123456