/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; 464 c_stream.zfree = zfree; 503 d_stream.zfree = zfree;
|
/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/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/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/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()
|
/third_party/mesa3d/src/util/ |
D | compress.c | 90 strm.zfree = Z_NULL; in util_compress_deflate() 135 strm.zfree = Z_NULL; in util_compress_inflate()
|
/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/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/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/examples/ |
D | zpipe.c | 46 strm.zfree = Z_NULL; in def() 102 strm.zfree = Z_NULL; in inf()
|
D | fitblk.c | 149 def.zfree = Z_NULL; in main() 181 inf.zfree = Z_NULL; in main()
|
/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()
|
D | fitblk.c | 149 def.zfree = Z_NULL; in main() 181 inf.zfree = Z_NULL; in main()
|
/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/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/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/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/grpc/src/core/lib/compression/ |
D | message_compress.cc | 103 zs.zfree = zfree_gpr; in zlib_compress() 128 zs.zfree = zfree_gpr; in zlib_decompress()
|