Home
last modified time | relevance | path

Searched refs:deflateEnd (Results 1 - 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Ddeflate_set_dictionary_fuzzer.cc32 deflateEnd(&stream); in LLVMFuzzerTestOneInput()
38 deflateEnd(&stream); in LLVMFuzzerTestOneInput()
H A Dstreaming_inflate_fuzzer.cc66 ret = deflateEnd(&comp_strm); in LLVMFuzzerTestOneInput()
/third_party/libwebsockets/win32port/zlib/
H A Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
/third_party/zlib/examples/
H A Dzpipe.c56 (void)deflateEnd(&strm); in def()
71 (void)deflateEnd(&strm); in def()
82 (void)deflateEnd(&strm); in def()
H A Dfitblk.c170 ret = deflateEnd(&def); in main()
226 ret = deflateEnd(&def); in main()
H A Dgzlog.c634 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 Dcompress.c99 (void) deflateEnd(&strm); in util_compress_deflate()
113 (void) deflateEnd(&strm); in util_compress_deflate()
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DDeflater.cs31 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 Dcompression_utils_portable.cc147 deflateEnd(&stream); in CompressHelper()
152 err = deflateEnd(&stream); in CompressHelper()
/third_party/node/deps/zlib/google/
H A Dcompression_utils_portable.cc147 deflateEnd(&stream); in CompressHelper()
152 err = deflateEnd(&stream); in CompressHelper()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h18 # define deflateEnd z_deflateEnd macro
261 # pragma map(deflateEnd,"DEEND")
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_portable.cc147 deflateEnd(&stream); in CompressHelper()
152 err = deflateEnd(&stream); in CompressHelper()
/third_party/zlib/contrib/pascal/
H A Dexample.pas220 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 Dexample.c202 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 Dc_zlib.c112 # 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 Dc_zlib.c112 # 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 DZLib.pas244 function deflateEnd(var strm: TZStreamRec): Integer; external; in deflateEnd() function
313 CCheck(deflateEnd(strm));
434 deflateEnd(FZRec);
/third_party/ffmpeg/libavcodec/
H A Dzlib_wrapper.c99 deflateEnd(&z->zstream); in ff_deflate_end()
/third_party/libwebsockets/lib/roles/http/compression/deflate/
H A Ddeflate.c101 deflateEnd((*ctx).u.deflate); in lcs_destroy_deflate()
/third_party/node/deps/v8/third_party/zlib/
H A Dcompress.c62 deflateEnd(&stream);
/third_party/node/deps/zlib/
H A Dcompress.c57 deflateEnd(&stream); in compress2()
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc39 deflateEnd(&stream); in CompressBytes()
/third_party/nghttp2/src/
H A Dnghttp2_gzip_test.c51 deflateEnd(&zst); in deflate_data()
/third_party/skia/third_party/externals/zlib/
H A Dcompress.c62 deflateEnd(&stream);
/third_party/zlib/
H A Dcompress.c57 deflateEnd(&stream); in compress2()

Completed in 12 milliseconds

123