/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | deflate_set_dictionary_fuzzer.cc | 32 deflateEnd(&stream); in LLVMFuzzerTestOneInput() 38 deflateEnd(&stream); in LLVMFuzzerTestOneInput()
|
H A D | streaming_inflate_fuzzer.cc | 66 ret = deflateEnd(&comp_strm); in LLVMFuzzerTestOneInput()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | compress.c | 51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
|
/third_party/zlib/examples/ |
H A D | zpipe.c | 56 (void)deflateEnd(&strm); in def() 71 (void)deflateEnd(&strm); in def() 82 (void)deflateEnd(&strm); in def()
|
H A D | fitblk.c | 170 ret = deflateEnd(&def); in main() 226 ret = deflateEnd(&def); in main()
|
H A D | gzlog.c | 634 deflateEnd(&strm); in log_compress() 647 deflateEnd(&strm); in log_compress() 664 deflateEnd(&strm); in log_compress() 670 deflateEnd(&strm); in log_compress()
|
/third_party/mesa3d/src/util/ |
H A D | compress.c | 99 (void) deflateEnd(&strm); in util_compress_deflate() 113 (void) deflateEnd(&strm); in util_compress_deflate()
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | Deflater.cs | 31 private static extern int deflateEnd(ref ZStream sz);
in deflateEnd() method in DotZLib.Deflater 103 protected override void CleanUp() { deflateEnd(ref _ztream); }
in CleanUp()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | compression_utils_portable.cc | 147 deflateEnd(&stream); in CompressHelper() 152 err = deflateEnd(&stream); in CompressHelper()
|
/third_party/node/deps/zlib/google/ |
H A D | compression_utils_portable.cc | 147 deflateEnd(&stream); in CompressHelper() 152 err = deflateEnd(&stream); in CompressHelper()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftzconf.h | 18 # define deflateEnd z_deflateEnd macro 261 # pragma map(deflateEnd,"DEEND")
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | compression_utils_portable.cc | 147 deflateEnd(&stream); in CompressHelper() 152 err = deflateEnd(&stream); in CompressHelper()
|
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 220 err := deflateEnd(c_stream); 221 CHECK_ERR(err, 'deflateEnd'); 315 err := deflateEnd(c_stream); 316 CHECK_ERR(err, 'deflateEnd'); 396 err := deflateEnd(c_stream); 397 CHECK_ERR(err, 'deflateEnd'); 475 err := deflateEnd(c_stream); 476 CHECK_ERR(err, 'deflateEnd');
|
/third_party/zlib/test/ |
H A D | example.c | 202 err = deflateEnd(&c_stream); in test_deflate() 203 CHECK_ERR(err, "deflateEnd"); in test_deflate() 299 err = deflateEnd(&c_stream); in test_large_deflate() 300 CHECK_ERR(err, "deflateEnd"); in test_large_deflate() 376 err = deflateEnd(&c_stream); in test_flush() 377 CHECK_ERR(err, "deflateEnd"); in test_flush() 455 err = deflateEnd(&c_stream); in test_dict_deflate() 456 CHECK_ERR(err, "deflateEnd"); in test_dict_deflate()
|
/third_party/node/deps/openssl/openssl/crypto/comp/ |
H A D | c_zlib.c | 112 # define deflateEnd p_deflateEnd macro 161 deflateEnd(&state->ostream); in zlib_stateful_finish() 228 p_deflateEnd = (deflateEnd_ft) DSO_bind_func(zlib_dso, "deflateEnd"); in DEFINE_RUN_ONCE_STATIC() 355 deflateEnd(&ctx->zout); in bio_zlib_free()
|
/third_party/openssl/crypto/comp/ |
H A D | c_zlib.c | 112 # define deflateEnd p_deflateEnd macro 161 deflateEnd(&state->ostream); in zlib_stateful_finish() 228 p_deflateEnd = (deflateEnd_ft) DSO_bind_func(zlib_dso, "deflateEnd"); in DEFINE_RUN_ONCE_STATIC() 355 deflateEnd(&ctx->zout); in bio_zlib_free()
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 244 function deflateEnd(var strm: TZStreamRec): Integer; external; in deflateEnd() function 313 CCheck(deflateEnd(strm)); 434 deflateEnd(FZRec);
|
/third_party/ffmpeg/libavcodec/ |
H A D | zlib_wrapper.c | 99 deflateEnd(&z->zstream); in ff_deflate_end()
|
/third_party/libwebsockets/lib/roles/http/compression/deflate/ |
H A D | deflate.c | 101 deflateEnd((*ctx).u.deflate); in lcs_destroy_deflate()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | compress.c | 62 deflateEnd(&stream);
|
/third_party/node/deps/zlib/ |
H A D | compress.c | 57 deflateEnd(&stream); in compress2()
|
/third_party/node/test/addons/zlib-binding/ |
H A D | binding.cc | 39 deflateEnd(&stream); in CompressBytes()
|
/third_party/nghttp2/src/ |
H A D | nghttp2_gzip_test.c | 51 deflateEnd(&zst); in deflate_data()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | compress.c | 62 deflateEnd(&stream);
|
/third_party/zlib/ |
H A D | compress.c | 57 deflateEnd(&stream); in compress2()
|