Searched refs:data_foreach_func (Results 1 – 4 of 4) sorted by relevance
/third_party/libexif/test/ |
D | test-fuzzer-persistent.c | 67 void data_foreach_func(ExifContent *content, void *callback_data); 68 void data_foreach_func(ExifContent *content, void *callback_data) in data_foreach_func() function 138 exif_data_foreach_content(d, data_foreach_func, NULL); in main() 159 exif_data_foreach_content(d, data_foreach_func, NULL); in main()
|
D | test-fuzzer.c | 64 void data_foreach_func(ExifContent *content, void *callback_data); 65 void data_foreach_func(ExifContent *content, void *callback_data) in data_foreach_func() function 124 exif_data_foreach_content(d, data_foreach_func, callback_data); in test_parse() 153 exif_data_foreach_content(d, data_foreach_func, callback_data); in test_parse()
|
D | test-parse.c | 51 static void data_foreach_func(ExifContent *content, void *callback_data) in data_foreach_func() function 114 exif_data_foreach_content(d, data_foreach_func, callback_data); in test_parse()
|
D | test-parse-from-data.c | 55 static void data_foreach_func(ExifContent *content, void *callback_data) in data_foreach_func() function 145 exif_data_foreach_content(d, data_foreach_func, callback_data); in test_parse()
|