Searched refs:ExifLogCode (Results 1 – 5 of 5) sorted by relevance
/third_party/libexif/libexif/ |
D | exif-log.h | 59 } ExifLogCode; typedef 66 const char *exif_log_code_get_title (ExifLogCode code); 73 const char *exif_log_code_get_message (ExifLogCode code); 77 typedef void (* ExifLogFunc) (ExifLog *log, ExifLogCode, const char *domain, 90 void exif_log (ExifLog *log, ExifLogCode, const char *domain, 106 void exif_logv (ExifLog *log, ExifLogCode, const char *domain,
|
D | exif-log.c | 39 ExifLogCode code; 53 exif_log_code_get_title (ExifLogCode code) in exif_log_code_get_title() 62 exif_log_code_get_message (ExifLogCode code) in exif_log_code_get_message() 135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, in exif_log() 146 exif_logv (ExifLog *log, ExifLogCode code, const char *domain, in exif_logv()
|
D | exif-entry.c | 53 exif_entry_log (ExifEntry *e, ExifLogCode code, const char *format, ...) in exif_entry_log()
|
/third_party/libexif/test/ |
D | test-fuzzer-persistent.c | 42 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void … in logfunc()
|
D | test-fuzzer.c | 39 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void … in logfunc()
|