Home
last modified time | relevance | path

Searched refs:realloc_func (Results 1 – 2 of 2) sorted by relevance

/external/libexif/libexif/
Dexif-mem.c8 ExifMemReallocFunc realloc_func; member
34 exif_mem_new (ExifMemAllocFunc alloc_func, ExifMemReallocFunc realloc_func, in exif_mem_new() argument
39 if (!alloc_func && !realloc_func) in exif_mem_new()
42 realloc_func (NULL, sizeof (ExifMem)); in exif_mem_new()
47 mem->realloc_func = realloc_func; in exif_mem_new()
82 if (mem->alloc_func || mem->realloc_func) in exif_mem_alloc()
84 mem->realloc_func (NULL, ds); in exif_mem_alloc()
91 return (mem && mem->realloc_func) ? mem->realloc_func (d, ds) : NULL; in exif_mem_realloc()
/external/openssl/crypto/
Dmem.c83 static void *(*realloc_func)(void *, size_t)= realloc; variable
86 { return realloc_func(str,num); } in default_realloc_ex()
134 realloc_func=r; realloc_ex_func=default_realloc_ex; in CRYPTO_set_mem_functions()
151 realloc_func=0; realloc_ex_func=r; in CRYPTO_set_mem_ex_functions()
206 realloc_func : 0; in CRYPTO_get_mem_functions()