Home
last modified time | relevance | path

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

/PHP-8.2/ext/exif/
H A Dexif.c1561 char * exif_dump_data(int *dump_free, int format, int components, int motorola_intel, char *value_p… in exif_dump_data() argument
1566 *dump_free = 0; in exif_dump_data()
1579 *dump_free = 1; in exif_dump_data()
3286 int dump_free; in exif_process_IFD_TAG_impl() local
3360 dump_data = exif_dump_data(&dump_free, format, components, ImageInfo->motorola_intel, value_ptr); in exif_process_IFD_TAG_impl()
3364 if (dump_free) { in exif_process_IFD_TAG_impl()

Completed in 25 milliseconds