Home
last modified time | relevance | path

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

/third_party/libexif/libexif/
Dexif-content.c216 exif_content_foreach_entry (ExifContent *content, in exif_content_foreach_entry() function
299 exif_content_foreach_entry (c, fix_func, NULL); in exif_content_fix()
310 exif_content_foreach_entry (c, remove_not_recorded, NULL); in exif_content_fix()
Dexif-content.h139 void exif_content_foreach_entry (ExifContent *content,
Dlibexif.sym6 exif_content_foreach_entry
Dexif-data.c1213 exif_content_foreach_entry (content, entry_set_byte_order, data); in content_set_byte_order()
/third_party/libexif/test/
Dtest-null.c191 exif_content_foreach_entry(NULL, NULL, NULL); in content_null_test()
216 exif_content_foreach_entry(c, NULL, NULL); in content_null_test()
Dtest-fuzzer-persistent.c71 exif_content_foreach_entry(content, content_foreach_func, callback_data); in data_foreach_func()
Dtest-parse.c56 exif_content_foreach_entry(content, content_foreach_func, callback_data); in data_foreach_func()
Dtest-fuzzer.c68 exif_content_foreach_entry(content, content_foreach_func, callback_data); in data_foreach_func()
Dtest-parse-from-data.c60 exif_content_foreach_entry(content, content_foreach_func, callback_data); in data_foreach_func()