Home
last modified time | relevance | path

Searched refs:inflateEnd (Results 1 - 25 of 99) sorted by relevance

1234

/third_party/ffmpeg/tools/
H A Dcws2fws.c94 inflateEnd(&zstream); in main()
110 inflateEnd(&zstream); in main()
121 inflateEnd(&zstream); in main()
143 inflateEnd(&zstream); in main()
149 inflateEnd(&zstream); in main()
/third_party/ffmpeg/libavfilter/cuda/
H A Dload_helper.c53 inflateEnd(&stream); in ff_cuda_load_module()
67 inflateEnd(&stream); in ff_cuda_load_module()
76 inflateEnd(&stream); in ff_cuda_load_module()
88 inflateEnd(&stream); in ff_cuda_load_module()
/third_party/zlib/examples/
H A Dzpipe.c114 (void)inflateEnd(&strm); in inf()
132 (void)inflateEnd(&strm); in inf()
137 (void)inflateEnd(&strm); in inf()
146 (void)inflateEnd(&strm); in inf()
H A Dgznorm.c19 #include "zlib.h" // inflateInit2, inflate, inflateReset, inflateEnd,
56 // inflateEnd() on an already ended state, or one with state set to Z_NULL, is
60 inflateEnd(&strm); \
422 inflateEnd(&strm); in gzip_normalize()
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Dinflate_fuzzer.cc33 inflateEnd(&stream); in LLVMFuzzerTestOneInput()
38 inflateEnd(&stream); in LLVMFuzzerTestOneInput()
/third_party/elfutils/libdwfl/
H A Dgzip.c48 # define inflateEnd(z) lzma_end (z) macro
66 # define inflateEnd(z) BZ2_bzDecompressEnd (z) macro
309 inflateEnd (&z); in unzip()
321 inflateEnd (&z); in unzip()
350 inflateEnd (&z); in unzip()
/third_party/libwebsockets/win32port/zlib/
H A Duncompr.c50 inflateEnd(&stream);
57 err = inflateEnd(&stream);
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc358 ret = inflateEnd(&copy); assert(ret == Z_OK); in inf()
367 ret = inflateEnd(&strm); assert(ret == Z_OK); in inf()
386 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_support()
405 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_support()
417 ret = inflateEnd(Z_NULL); assert(ret == Z_STREAM_ERROR); in cover_wrap()
464 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_wrap()
572 inflateEnd(&strm);
/third_party/zlib/test/
H A Dinfcover.c336 ret = inflateEnd(&copy); assert(ret == Z_OK); in inf()
345 ret = inflateEnd(&strm); assert(ret == Z_OK); in inf()
364 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_support()
383 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_support()
395 ret = inflateEnd(Z_NULL); assert(ret == Z_STREAM_ERROR); in cover_wrap()
442 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_wrap()
551 inflateEnd(&strm); in try()
H A Dexample.c238 err = inflateEnd(&d_stream); in test_inflate()
239 CHECK_ERR(err, "inflateEnd"); in test_inflate()
335 err = inflateEnd(&d_stream); in test_large_inflate()
336 CHECK_ERR(err, "inflateEnd"); in test_large_inflate()
418 err = inflateEnd(&d_stream); in test_sync()
419 CHECK_ERR(err, "inflateEnd"); in test_sync()
500 err = inflateEnd(&d_stream); in test_dict_inflate()
501 CHECK_ERR(err, "inflateEnd"); in test_dict_inflate()
/third_party/mesa3d/src/util/
H A Dcompress.c153 (void)inflateEnd(&strm); in util_compress_inflate()
159 (void)inflateEnd(&strm); in util_compress_inflate()
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs31 private static extern int inflateEnd(ref ZStream sz); in inflateEnd() method in DotZLib.Inflater
101 protected override void CleanUp() { inflateEnd(ref _ztream); } in CleanUp()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinflate.c68 ZEXPORT(int) inflateEnd( /* z) */ in inflateEnd() function
118 inflateEnd(z); in inflateInit2_()
128 inflateEnd(z); in inflateInit2_()
H A Dftzconf.h21 # define inflateEnd z_inflateEnd macro
264 # pragma map(inflateEnd,"INEND")
/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils_portable.cc194 inflateEnd(&stream); in UncompressHelper()
201 err = inflateEnd(&stream); in UncompressHelper()
/third_party/node/deps/zlib/google/
H A Dcompression_utils_portable.cc194 inflateEnd(&stream); in UncompressHelper()
201 err = inflateEnd(&stream); in UncompressHelper()
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_portable.cc194 inflateEnd(&stream); in UncompressHelper()
201 err = inflateEnd(&stream); in UncompressHelper()
/third_party/zlib/contrib/delphi/
H A DZLib.pas250 function inflateEnd(var strm: TZStreamRec): Integer; external; in inflateEnd() function
356 DCheck(inflateEnd(strm));
383 DCheck(inflateEnd(strm));
494 inflateEnd(FZRec);
/third_party/zlib/contrib/pascal/
H A Dexample.pas258 err := inflateEnd(d_stream);
259 CHECK_ERR(err, 'inflateEnd');
351 err := inflateEnd(d_stream);
352 CHECK_ERR(err, 'inflateEnd');
439 err := inflateEnd(d_stream);
440 CHECK_ERR(err, 'inflateEnd');
518 err := inflateEnd(d_stream);
519 CHECK_ERR(err, 'inflateEnd');
/third_party/python/Modules/
H A Dzlibmodule.c462 inflateEnd(&zst); in zlib_decompress_impl()
475 inflateEnd(&zst); in zlib_decompress_impl()
490 inflateEnd(&zst); in zlib_decompress_impl()
495 inflateEnd(&zst); in zlib_decompress_impl()
506 inflateEnd(&zst); in zlib_decompress_impl()
511 err = inflateEnd(&zst); in zlib_decompress_impl()
732 inflateEnd(&self->zst); in Decomp_dealloc()
944 /* This is the logical place to call inflateEnd, but the old behaviour in zlib_Decompress_decompress_impl()
1332 err = inflateEnd(&self->zst); in zlib_Decompress_flush_impl()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dcompression.c345 inflateEnd(strm); in SPDYF_zlib_inflate_end()
393 //no inflateEnd here, same in zlib example in SPDYF_zlib_inflate()
403 inflateEnd(strm); in SPDYF_zlib_inflate()
416 inflateEnd(strm); in SPDYF_zlib_inflate()
421 inflateEnd(strm); in SPDYF_zlib_inflate()
431 inflateEnd(strm); in SPDYF_zlib_inflate()
/third_party/nghttp2/src/
H A Dnghttp2_gzip.c45 inflateEnd(&inflater->zst); in nghttp2_gzip_inflate_del()
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c70 inflateEnd(&zstream); in zlib_inflate()
79 inflateEnd(&zstream); in zlib_inflate()
87 inflateEnd(&zstream); in zlib_inflate()
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dc_zlib.c109 # define inflateEnd p_inflateEnd macro
160 inflateEnd(&state->istream); in zlib_stateful_finish()
225 p_inflateEnd = (inflateEnd_ft) DSO_bind_func(zlib_dso, "inflateEnd"); in DEFINE_RUN_ONCE_STATIC()
350 inflateEnd(&ctx->zin); in bio_zlib_free()
/third_party/openssl/crypto/comp/
H A Dc_zlib.c109 # define inflateEnd p_inflateEnd macro
160 inflateEnd(&state->istream); in zlib_stateful_finish()
225 p_inflateEnd = (inflateEnd_ft) DSO_bind_func(zlib_dso, "inflateEnd"); in DEFINE_RUN_ONCE_STATIC()
350 inflateEnd(&ctx->zin); in bio_zlib_free()

Completed in 15 milliseconds

1234