/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/ |
D | example.c | 73 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/ |
D | example.c | 73 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/ |
D | example.c | 73 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/ |
D | compression_utils_portable.cc | 116 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/ |
D | compression_utils_portable.cc | 116 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/ |
D | gzip.c | 34 static void zfree(void *x, void *addr, unsigned nb) in zfree() function 66 s.zfree = zfree; in zzip()
|
/third_party/zlib/contrib/pascal/ |
D | example.pas | 192 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/ |
D | example.pas | 192 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/ |
D | example.pas | 192 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/ |
D | utils_unittest.cc | 107 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/ |
D | miniz.c | 206 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/ |
D | streaming_inflate_fuzzer.cc | 26 comp_strm.zfree = Z_NULL; in LLVMFuzzerTestOneInput() 45 decomp_strm.zfree = Z_NULL; in LLVMFuzzerTestOneInput()
|
D | inflate_fuzzer.cc | 30 stream.zfree = Z_NULL; in LLVMFuzzerTestOneInput()
|
/third_party/zlib/contrib/delphi/ |
D | ZLib.pas | 36 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/ |
D | ZLib.pas | 36 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/ |
D | ZLib.pas | 36 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/ |
D | zpipe.c | 46 strm.zfree = Z_NULL; in def() 102 strm.zfree = Z_NULL; in inf()
|
/third_party/zlib/examples/ |
D | zpipe.c | 46 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/ |
D | zpipe.c | 46 strm.zfree = Z_NULL; in def() 102 strm.zfree = Z_NULL; in inf()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | compression.c | 220 strm->zfree = Z_NULL; in SPDYF_zlib_deflate_init() 325 strm->zfree = Z_NULL; in SPDYF_zlib_inflate_init()
|
/third_party/freetype/src/gzip/ |
D | inflate.c | 71 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/ |
D | inflate.c | 71 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/ |
D | inflate.c | 71 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/ |
D | compression_utils.cc | 54 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/ |
D | inflate_fuzzer.cc | 30 stream.zfree = Z_NULL; in LLVMFuzzerTestOneInput()
|