Home
last modified time | relevance | path

Searched refs:zfree (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/zlib/test/
Dexample.c73 static free_func zfree = myfree; variable
78 static free_func zfree = (free_func)0; variable
209 c_stream.zfree = zfree;
248 d_stream.zfree = zfree;
287 c_stream.zfree = zfree;
344 d_stream.zfree = zfree;
384 c_stream.zfree = zfree;
423 d_stream.zfree = zfree;
464 c_stream.zfree = zfree;
503 d_stream.zfree = zfree;
/third_party/node/deps/v8/third_party/zlib/google/
Dcompression_utils_portable.cc116 auto zfree = [](void* opaque, void* address) { in CompressHelper() local
121 stream.zfree = static_cast<free_func>(zfree); in CompressHelper()
125 stream.zfree = static_cast<free_func>(0); in CompressHelper()
186 stream.zfree = static_cast<free_func>(0); in UncompressHelper()
/third_party/node/deps/zlib/google/
Dcompression_utils_portable.cc116 auto zfree = [](void* opaque, void* address) { in CompressHelper() local
121 stream.zfree = static_cast<free_func>(zfree); in CompressHelper()
125 stream.zfree = static_cast<free_func>(0); in CompressHelper()
186 stream.zfree = static_cast<free_func>(0); in UncompressHelper()
/third_party/skia/third_party/externals/zlib/google/
Dcompression_utils_portable.cc116 auto zfree = [](void* opaque, void* address) { in CompressHelper() local
121 stream.zfree = static_cast<free_func>(zfree); in CompressHelper()
125 stream.zfree = static_cast<free_func>(0); in CompressHelper()
186 stream.zfree = static_cast<free_func>(0); in UncompressHelper()
/third_party/zlib/contrib/pascal/
Dexample.pas192 c_stream.zfree := NIL;
237 d_stream.zfree := NIL;
278 c_stream.zfree := NIL;
332 d_stream.zfree := NIL;
376 c_stream.zfree := NIL;
415 d_stream.zfree := NIL;
455 c_stream.zfree := NIL;
492 d_stream.zfree := NIL;
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dutils_unittest.cc107 comp_strm.zfree = Z_NULL; in TEST()
121 decomp_strm.zfree = Z_NULL; in TEST()
181 stream.zfree = nullptr; in TEST()
252 stream.zfree = nullptr; in TEST()
379 stream.zfree = nullptr; in TEST()
501 stream.zfree = Z_NULL; in TEST()
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Dstreaming_inflate_fuzzer.cc26 comp_strm.zfree = Z_NULL; in LLVMFuzzerTestOneInput()
45 decomp_strm.zfree = Z_NULL; in LLVMFuzzerTestOneInput()
Dinflate_fuzzer.cc30 stream.zfree = Z_NULL; in LLVMFuzzerTestOneInput()
Ddeflate_set_dictionary_fuzzer.cc29 stream.zfree = Z_NULL; in LLVMFuzzerTestOneInput()
/third_party/zlib/contrib/delphi/
DZLib.pas36 zfree: TFree; // used to free the internal state
294 strm.zfree := zlibFreeMem;
333 strm.zfree := zlibFreeMem;
373 strm.zfree := zlibFreeMem;
395 FZRec.zfree := zlibFreeMem;
/third_party/mesa3d/src/util/
Dcompress.c90 strm.zfree = Z_NULL; in util_compress_deflate()
135 strm.zfree = Z_NULL; in util_compress_inflate()
/third_party/skia/third_party/externals/freetype/src/gzip/
Dinflate.c71 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL) in inflateEnd()
101 if (z->zfree == Z_NULL) z->zfree = zcfree; in inflateInit2_()
Dftgzip.c313 zstream->zfree = ft_gzip_free; in ft_gzip_file_init()
338 zstream->zfree = NULL; in ft_gzip_file_done()
751 stream.zfree = ft_gzip_free; in FT_Gzip_Uncompress()
/third_party/zlib/examples/
Dzpipe.c46 strm.zfree = Z_NULL; in def()
102 strm.zfree = Z_NULL; in inf()
Dfitblk.c149 def.zfree = Z_NULL; in main()
181 inf.zfree = Z_NULL; in main()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dcompression.c220 strm->zfree = Z_NULL; in SPDYF_zlib_deflate_init()
325 strm->zfree = Z_NULL; in SPDYF_zlib_inflate_init()
/third_party/node/deps/openssl/openssl/crypto/comp/
Dc_zlib.c132 state->istream.zfree = zlib_zfree; in zlib_stateful_init()
141 state->ostream.zfree = zlib_zfree; in zlib_stateful_init()
331 ctx->zin.zfree = Z_NULL; in bio_zlib_new()
333 ctx->zout.zfree = Z_NULL; in bio_zlib_new()
/third_party/openssl/crypto/comp/
Dc_zlib.c132 state->istream.zfree = zlib_zfree; in zlib_stateful_init()
141 state->ostream.zfree = zlib_zfree; in zlib_stateful_init()
331 ctx->zin.zfree = Z_NULL; in bio_zlib_new()
333 ctx->zout.zfree = Z_NULL; in bio_zlib_new()
/third_party/libwebsockets/win32port/zlib/
Duncompr.c43 stream.zfree = (free_func)0;
Dcompress.c43 stream.zfree = (free_func)0;
Dinfback.c48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
626 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.cc54 zcontext_.zfree = Z_NULL; in GzipInputStream()
225 zcontext_.zfree = Z_NULL; in Init()
/third_party/zlib/contrib/infback9/
Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
609 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
/third_party/node/deps/zlib/
Dcompress.c33 stream.zfree = (free_func)0; in compress2()
Dinfback.c45 if (strm->zfree == (free_func)0) in inflateBackInit_()
49 strm->zfree = zcfree; in inflateBackInit_()
623 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()

123456