/third_party/node/deps/zlib/google/ |
D | compression_utils_portable.cc | 66 void* (*malloc_fn)(size_t), in GzipCompressHelper() 69 Z_DEFAULT_COMPRESSION, malloc_fn, free_fn); in GzipCompressHelper() 85 void* (*malloc_fn)(size_t), in CompressHelper() 104 void* (*malloc_fn)(size_t); in CompressHelper() member 106 } malloc_free = {malloc_fn, free_fn}; in CompressHelper() 108 if (malloc_fn) { in CompressHelper() 113 return reinterpret_cast<MallocFreeFunctions*>(opaque)->malloc_fn(items * in CompressHelper()
|
D | compression_utils_portable.h | 34 void* (*malloc_fn)(size_t), 43 void* (*malloc_fn)(size_t),
|
D | compression_utils.cc | 21 void* (*malloc_fn)(size_t), in GzipCompress() 30 static_cast<uLongf>(input.size()), malloc_fn, free_fn) != Z_OK) { in GzipCompress()
|
D | compression_utils.h | 25 void* (*malloc_fn)(size_t),
|
/third_party/skia/third_party/externals/zlib/google/ |
D | compression_utils_portable.cc | 66 void* (*malloc_fn)(size_t), in GzipCompressHelper() 69 Z_DEFAULT_COMPRESSION, malloc_fn, free_fn); in GzipCompressHelper() 85 void* (*malloc_fn)(size_t), in CompressHelper() 104 void* (*malloc_fn)(size_t); in CompressHelper() member 106 } malloc_free = {malloc_fn, free_fn}; in CompressHelper() 108 if (malloc_fn) { in CompressHelper() 113 return reinterpret_cast<MallocFreeFunctions*>(opaque)->malloc_fn(items * in CompressHelper()
|
D | compression_utils_portable.h | 38 void* (*malloc_fn)(size_t), 47 void* (*malloc_fn)(size_t),
|
D | compression_utils.cc | 20 void* (*malloc_fn)(size_t), in GzipCompress() 29 static_cast<uLongf>(input.size()), malloc_fn, free_fn) != Z_OK) { in GzipCompress()
|
D | compression_utils.h | 25 void* (*malloc_fn)(size_t),
|
/third_party/openssl/crypto/ |
D | mem.c | 57 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() argument 63 if (malloc_fn != NULL) in CRYPTO_set_mem_functions() 64 malloc_impl = malloc_fn; in CRYPTO_set_mem_functions() 72 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, in CRYPTO_get_mem_functions() argument 76 if (malloc_fn != NULL) in CRYPTO_get_mem_functions() 77 *malloc_fn = malloc_impl; in CRYPTO_get_mem_functions()
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngmem.c | 90 if (png_ptr != NULL && png_ptr->malloc_fn != NULL) 91 return png_ptr->malloc_fn(png_constcast(png_structrp,png_ptr), size); 261 malloc_fn, png_free_ptr free_fn) in png_set_mem_fn() 266 png_ptr->malloc_fn = malloc_fn; in png_set_mem_fn()
|
D | pngstruct.h | 417 png_malloc_ptr malloc_fn; /* function for allocating memory */ member
|
D | png.h | 976 png_voidp mem_ptr, png_malloc_ptr malloc_fn, png_free_ptr free_fn), 981 png_voidp mem_ptr, png_malloc_ptr malloc_fn, png_free_ptr free_fn), 1606 png_malloc_ptr malloc_fn, png_free_ptr free_fn));
|
D | png.c | 252 png_malloc_ptr malloc_fn, png_free_ptr free_fn),PNG_ALLOCATED) 287 png_set_mem_fn(&create_struct, mem_ptr, malloc_fn, free_fn); 290 PNG_UNUSED(malloc_fn)
|
D | pngwrite.c | 513 png_malloc_ptr malloc_fn, png_free_ptr free_fn),PNG_ALLOCATED) 516 error_fn, warn_fn, mem_ptr, malloc_fn, free_fn);
|
/third_party/skia/third_party/externals/libpng/ |
D | pngmem.c | 90 if (png_ptr != NULL && png_ptr->malloc_fn != NULL) 91 return png_ptr->malloc_fn(png_constcast(png_structrp,png_ptr), size); 261 malloc_fn, png_free_ptr free_fn) in png_set_mem_fn() 266 png_ptr->malloc_fn = malloc_fn; in png_set_mem_fn()
|
D | pngstruct.h | 417 png_malloc_ptr malloc_fn; /* function for allocating memory */ member
|
D | png.h | 976 png_voidp mem_ptr, png_malloc_ptr malloc_fn, png_free_ptr free_fn), 981 png_voidp mem_ptr, png_malloc_ptr malloc_fn, png_free_ptr free_fn), 1606 png_malloc_ptr malloc_fn, png_free_ptr free_fn));
|
D | png.c | 252 png_malloc_ptr malloc_fn, png_free_ptr free_fn),PNG_ALLOCATED) 287 png_set_mem_fn(&create_struct, mem_ptr, malloc_fn, free_fn); 290 PNG_UNUSED(malloc_fn)
|
D | pngwrite.c | 513 png_malloc_ptr malloc_fn, png_free_ptr free_fn),PNG_ALLOCATED) 516 error_fn, warn_fn, mem_ptr, malloc_fn, free_fn);
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_malloc.pod | 57 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, 60 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 126 If any of B<malloc_fn>, B<realloc_fn>, or B<free_fn> are NULL, then
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | engine.h | 663 dyn_MEM_malloc_fn malloc_fn; member 722 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
|
/third_party/openssl/include/openssl/ |
D | engine.h | 742 dyn_MEM_malloc_fn malloc_fn; member 801 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
|
D | crypto.h.in | 314 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 317 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
|
/third_party/openssl/crypto/engine/ |
D | eng_dyn.c | 498 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
|
/third_party/cJSON/ |
D | cJSON.h | 128 void *(CJSON_CDECL *malloc_fn)(size_t sz);
|