Home
last modified time | relevance | path

Searched defs:zfree (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils_portable.cc116 auto zfree = [](void* opaque, void* address) { in CompressHelper() local
/third_party/node/deps/zlib/google/
H A Dcompression_utils_portable.cc116 auto zfree = [](void* opaque, void* address) { in CompressHelper() local
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_portable.cc116 auto zfree = [](void* opaque, void* address) { in CompressHelper() local
/third_party/zlib/test/
H A Dexample.c52 static free_func zfree = myfree; variable
57 static free_func zfree = (free_func)0; variable
[all...]
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzlib.h81 free_func zfree; /* used to free the internal state */ member
[all...]
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs45 uint zfree; field
/third_party/node/deps/zlib/
H A Dzlib.h99 free_func zfree; /* used to free the internal state */ member
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h99 free_func zfree; /* used to free the internal state */ member
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h98 free_func zfree; /* used to free the internal state */ member
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h99 free_func zfree; /* used to free the internal state */ member
[all...]
/third_party/zlib/
H A Dzlib.h99 free_func zfree; /* used to free the internal state */ member
[all...]
/third_party/libbpf/src/
H A Dlibbpf.c296 # define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) macro
[all...]
/third_party/astc-encoder/Source/
H A Dtinyexr.h1055 mz_free_func zfree; // optional heap free function (defaults to free) member

Completed in 35 milliseconds