OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MnoteOlympusEntry
(Results
1 - 4
of
4
) sorted by null
/external/libexif/libexif/olympus/
mnote-olympus-entry.h
28
typedef struct _MnoteOlympusEntry
MnoteOlympusEntry
;
41
char *mnote_olympus_entry_get_value (
MnoteOlympusEntry
*entry, char *val, unsigned int maxlen);
exif-mnote-data-olympus.h
47
MnoteOlympusEntry
*entries;
exif-mnote-data-olympus.c
423
n->entries = exif_mem_alloc (en->mem, sizeof (
MnoteOlympusEntry
) * c);
425
EXIF_LOG_NO_MEMORY(en->log, "ExifMnoteOlympus", sizeof (
MnoteOlympusEntry
) * c);
mnote-olympus-entry.c
273
mnote_olympus_entry_get_value (
MnoteOlympusEntry
*entry, char *v, unsigned int maxlen)
Completed in 53 milliseconds