OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exif_log
(Results
1 - 2
of
2
) sorted by null
/external/libexif/libexif/
exif-log.h
90
void
exif_log
(ExifLog *log, ExifLogCode, const char *domain,
98
#define
exif_log
(...) do { } while (0)
macro
100
#define
exif_log
(x...) do { } while (0)
macro
102
#define
exif_log
(void)
macro
110
#define EXIF_LOG_NO_MEMORY(l,d,s)
exif_log
((l), EXIF_LOG_CODE_NO_MEMORY, (d), "Could not allocate %lu byte(s).", (unsigned long)(s))
exif-log.c
131
/*
exif_log
forms part of the API and can't be commented away */
132
#undef
exif_log
macro
135
exif_log
(ExifLog *log, ExifLogCode code, const char *domain,
function
Completed in 141 milliseconds