Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c4077 int entry_tag , entry_type; in exif_process_IFD_in_TIFF_impl() local
4106 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()
4109 …%12s): Illegal format code 0x%04X, switching to BYTE", entry_tag, exif_get_tagname_debug(entry_tag in exif_process_IFD_in_TIFF_impl()
4133 switch(entry_tag) { in exif_process_IFD_in_TIFF_impl()
4193 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()
4196 if (entry_tag == TAG_EXIF_IFD_POINTER || in exif_process_IFD_in_TIFF_impl()
4197 entry_tag == TAG_INTEROP_IFD_POINTER || in exif_process_IFD_in_TIFF_impl()
4198 entry_tag == TAG_GPS_IFD_POINTER || in exif_process_IFD_in_TIFF_impl()
4199 entry_tag == TAG_SUB_IFD in exif_process_IFD_in_TIFF_impl()
4201 switch(entry_tag) { in exif_process_IFD_in_TIFF_impl()
[all …]
/PHP-7.4/ext/standard/
H A Dimage.c806 int entry_tag , entry_type; in php_handle_tiff() local
832 entry_tag = php_ifd_get16u(dir_entry+0, motorola_intel); in php_handle_tiff()
854 switch(entry_tag) { in php_handle_tiff()

Completed in 22 milliseconds