Home
last modified time | relevance | path

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

/php-src/ext/exif/
H A Dexif.c1549 char * exif_dump_data(int *dump_free, int format, int components, int motorola_intel, char *value_p… in exif_dump_data() argument
1554 *dump_free = 0; in exif_dump_data()
1567 *dump_free = 1; in exif_dump_data()
3274 int dump_free; in exif_process_IFD_TAG_impl() local
3348 dump_data = exif_dump_data(&dump_free, format, components, ImageInfo->motorola_intel, value_ptr); in exif_process_IFD_TAG_impl()
3352 if (dump_free) { in exif_process_IFD_TAG_impl()

Completed in 17 milliseconds