Home
last modified time | relevance | path

Searched refs:exif_content_foreach_entry (Results 1 – 7 of 7) sorted by relevance

/external/libexif/libexif/
Dexif-content.c210 exif_content_foreach_entry (ExifContent *content, in exif_content_foreach_entry() function
293 exif_content_foreach_entry (c, fix_func, NULL); in exif_content_fix()
304 exif_content_foreach_entry (c, remove_not_recorded, NULL); in exif_content_fix()
Dexif-content.h103 void exif_content_foreach_entry (ExifContent *content,
Dlibexif.sym6 exif_content_foreach_entry
Dexif-data.c1113 exif_content_foreach_entry (content, entry_set_byte_order, data); in content_set_byte_order()
/external/oss-fuzz/projects/libexif/
Dexif_from_data_fuzzer.cc40 exif_content_foreach_entry(content, dump_value, NULL); in data_func()
Dexif_loader_fuzzer.cc26 exif_content_foreach_entry(content, content_func, NULL); in data_func()
/external/libexif/test/
Dtest-parse.c54 exif_content_foreach_entry(content, content_foreach_func, callback_data); in data_foreach_func()