Lines Matching refs:php_ifd_get16u

1074 static int php_ifd_get16u(void *value, int motorola_intel)  in php_ifd_get16u()  function
1088 return (signed short)php_ifd_get16u(value, motorola_intel); in php_ifd_get16s()
1235 case TAG_FMT_USHORT: return php_ifd_get16u(value, motorola_intel); in exif_convert_any_format()
1254 case TAG_FMT_SSHORT: return (signed short)php_ifd_get16u(value, motorola_intel); in exif_convert_any_format()
1284 case TAG_FMT_USHORT: return php_ifd_get16u(value, motorola_intel); in exif_convert_any_to_int()
1303 case TAG_FMT_SSHORT: return php_ifd_get16u(value, motorola_intel); in exif_convert_any_to_int()
1741 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value()
2770 NumDirEntries = php_ifd_get16u(dir_start, ImageInfo->motorola_intel); in exif_process_IFD_in_MAKERNOTE()
2841 tag = php_ifd_get16u(dir_entry, ImageInfo->motorola_intel); in exif_process_IFD_TAG()
2842 format = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_TAG()
3160 NumDirEntries = php_ifd_get16u(dir_start, ImageInfo->motorola_intel); in exif_process_IFD_in_JPEG()
3240 exif_value_2a = php_ifd_get16u(CharBuf+2, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG()
3579 num_entries = php_ifd_get16u(ImageInfo->file.list[sn].data, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3598 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3599 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3613 entry_value = php_ifd_get16u(dir_entry+8, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3685 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3686 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()