Home
last modified time | relevance | path

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

123456789

/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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;
465 c_stream.zfree = zfree;
504 d_stream.zfree = zfree;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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;
465 c_stream.zfree = zfree;
504 d_stream.zfree = zfree;
/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;
465 c_stream.zfree = zfree;
504 d_stream.zfree = zfree;
/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/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/uboot/u-boot-2020.01/lib/
Dgzip.c34 static void zfree(void *x, void *addr, unsigned nb) in zfree() function
66 s.zfree = zfree; in zzip()
/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/libs/beast/test/extern/zlib-1.2.11/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/miniz/
Dminiz.c206 if (!pStream->zfree) in mz_deflateInit2()
207 pStream->zfree = miniz_def_free_func; in mz_deflateInit2()
226 if ((!pStream) || (!pStream->state) || (!pStream->zalloc) || (!pStream->zfree)) in mz_deflateReset()
297 pStream->zfree(pStream->opaque, pStream->state); in mz_deflateEnd()
375 if (!pStream->zfree) in mz_inflateInit2()
376 pStream->zfree = miniz_def_free_func; in mz_inflateInit2()
544 pStream->zfree(pStream->opaque, pStream->state); in mz_inflateEnd()
/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()
/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/boost/libs/beast/test/extern/zlib-1.2.11/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dzpipe.c46 strm.zfree = Z_NULL; in def()
102 strm.zfree = Z_NULL; in inf()
/third_party/zlib/examples/
Dzpipe.c46 strm.zfree = Z_NULL; in def()
102 strm.zfree = Z_NULL; in inf()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dzpipe.c46 strm.zfree = Z_NULL; in def()
102 strm.zfree = Z_NULL; in inf()
/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/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_()
/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_()
/third_party/flutter/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_()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dcompression_utils.cc54 stream.zfree = static_cast<free_func>(0); in GzipCompressHelper()
103 stream.zfree = static_cast<free_func>(0); in GzipUncompressHelper()
/third_party/flutter/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Dinflate_fuzzer.cc30 stream.zfree = Z_NULL; in LLVMFuzzerTestOneInput()

123456789