OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExifMemReallocFunc
(Results
1 - 2
of
2
) sorted by null
/external/libexif/libexif/
exif-mem.h
47
typedef void * (*
ExifMemReallocFunc
) (void *p, ExifLong s);
65
ExifMem *exif_mem_new (ExifMemAllocFunc a,
ExifMemReallocFunc
r,
exif-mem.c
8
ExifMemReallocFunc
realloc_func;
34
exif_mem_new (ExifMemAllocFunc alloc_func,
ExifMemReallocFunc
realloc_func,
Completed in 25 milliseconds