Home
last modified time | relevance | path

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

/PHP-8.0/ext/exif/
H A Dexif.c3669 unsigned exif_value_2a, offset_of_ifd; in exif_process_TIFF_in_JPEG() local
3698 offset_of_ifd = php_ifd_get32u(CharBuf+4, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG()
3699 if (exif_value_2a != 0x2a || offset_of_ifd < 0x08) { in exif_process_TIFF_in_JPEG()
3703 if (offset_of_ifd > length) { in exif_process_TIFF_in_JPEG()
3711 exif_process_IFD_in_JPEG(ImageInfo, CharBuf+offset_of_ifd, &info, displacement, SECTION_IFD0, 0); in exif_process_TIFF_in_JPEG()

Completed in 22 milliseconds