/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 64 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | modargs.c | 98 static void free_func(void *p) { in free_func() function
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | cryptlib.h | 125 CRYPTO_EX_free *free_func; member 181 void (*free_func)(void *); member
|
/third_party/openssl/include/internal/ |
H A D | cryptlib.h | 125 CRYPTO_EX_free *free_func; member 181 void (*free_func)(void *); member
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 82 typedef void (*free_func)(voidpf opaque, voidpf address); typedef
|
H A D | chromeconf.h | 149 #define free_func Cr_z_free_func macro
|
H A D | zconf.h | 160 # define free_func z_free_func macro
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 82 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
|
H A D | chromeconf.h | 146 #define free_func Cr_z_free_func macro
|
H A D | zconf.h | 157 # define free_func z_free_func macro
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
typedef
|
H A D | zconf.h | 114 # define free_func z_free_func
macro
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 82 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
|
H A D | chromeconf.h | 146 #define free_func Cr_z_free_func macro
|
H A D | zconf.h | 157 # define free_func z_free_func macro
|
/third_party/zlib/ |
H A D | zlib.h | 82 typedef void (*free_func)(voidpf opaque, voidpf address); typedef
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | composite.h | 215 void (*free_func)(struct usb_function *f); member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | composite.h | 205 void (*free_func)(struct usb_function *f); member
|
/third_party/libuv/src/ |
H A D | uv-common.c | 115 uv_replace_allocator(uv_malloc_func malloc_func, uv_realloc_func realloc_func, uv_calloc_func calloc_func, uv_free_func free_func) uv_replace_allocator() argument
|
/third_party/node/deps/uv/src/ |
H A D | uv-common.c | 114 uv_replace_allocator(uv_malloc_func malloc_func, uv_realloc_func realloc_func, uv_calloc_func calloc_func, uv_free_func free_func) uv_replace_allocator() argument
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 106 brotli_free_func free_func = state->free_func; in BrotliDecoderDestroyInstance() local 77 BrotliDecoderCreateInstance( brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) BrotliDecoderCreateInstance() argument [all...] |
H A D | state.h | 245 brotli_free_func free_func; member
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 106 brotli_free_func free_func = state->free_func; in BrotliDecoderDestroyInstance() local 77 BrotliDecoderCreateInstance( brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) BrotliDecoderCreateInstance() argument [all...] |
H A D | state.h | 245 brotli_free_func free_func; member
|
/third_party/python/Modules/ |
H A D | _struct.c | 1525 freefunc free_func = PyType_GetSlot(Py_TYPE(s), Py_tp_free); in s_dealloc() local
|