Lines Matching refs:callback_data
48 void content_foreach_func(ExifEntry *entry, void *callback_data);
49 void content_foreach_func(ExifEntry *entry, void *UNUSED(callback_data))
64 void data_foreach_func(ExifContent *content, void *callback_data);
65 void data_foreach_func(ExifContent *content, void *callback_data)
68 exif_content_foreach_entry(content, content_foreach_func, callback_data);
105 static void test_parse(const char *filename, void *callback_data)
124 exif_data_foreach_content(d, data_foreach_func, callback_data);
153 exif_data_foreach_content(d, data_foreach_func, callback_data);
164 void *callback_data = NULL;
166 test_parse(argv[i], callback_data);