Home
last modified time | relevance | path

Searched refs:EXIF_LOG_CODE_NO_MEMORY (Results 1 – 3 of 3) sorted by relevance

/external/libexif/libexif/
Dexif-log.h57 EXIF_LOG_CODE_NO_MEMORY, enumerator
110 #define EXIF_LOG_NO_MEMORY(l,d,s) exif_log ((l), EXIF_LOG_CODE_NO_MEMORY, (d), "Could not allocate …
Dexif-log.c45 { EXIF_LOG_CODE_NO_MEMORY, N_("Not enough memory"),
Dexif-entry.c246 exif_entry_log (e, EXIF_LOG_CODE_NO_MEMORY, in exif_entry_fix()