/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/node/deps/v8/third_party/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/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/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/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()
|
D | inflate_fuzzer.cc | 30 stream.zfree = Z_NULL; in LLVMFuzzerTestOneInput()
|
D | deflate_set_dictionary_fuzzer.cc | 29 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/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/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_()
|
D | ftgzip.c | 313 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/ |
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/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/node/deps/openssl/openssl/crypto/comp/ |
D | c_zlib.c | 132 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/ |
D | c_zlib.c | 132 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/ |
D | uncompr.c | 43 stream.zfree = (free_func)0;
|
D | compress.c | 43 stream.zfree = (free_func)0;
|
D | infback.c | 48 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/ |
D | gzip_stream.cc | 54 zcontext_.zfree = Z_NULL; in GzipInputStream() 225 zcontext_.zfree = Z_NULL; in Init()
|
/third_party/zlib/contrib/infback9/ |
D | infback9.c | 37 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/ |
D | compress.c | 33 stream.zfree = (free_func)0; in compress2()
|
D | infback.c | 45 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()
|