Lines Matching refs:php_ifd_get16u

1462 static int php_ifd_get16u(void *value, int motorola_intel)  in php_ifd_get16u()  function
1476 return (signed short)php_ifd_get16u(value, motorola_intel); in php_ifd_get16s()
1637 case TAG_FMT_USHORT: return php_ifd_get16u(value, motorola_intel); in exif_convert_any_format()
1656 case TAG_FMT_SSHORT: return (signed short)php_ifd_get16u(value, motorola_intel); in exif_convert_any_format()
1700 case TAG_FMT_USHORT: return php_ifd_get16u(value, motorola_intel); in exif_convert_any_to_int()
1719 case TAG_FMT_SSHORT: return php_ifd_get16u(value, motorola_intel); in exif_convert_any_to_int()
2170 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value()
3201 NumDirEntries = php_ifd_get16u(dir_start, ImageInfo->motorola_intel); in exif_process_IFD_in_MAKERNOTE()
3288 tag = php_ifd_get16u(dir_entry, ImageInfo->motorola_intel); in exif_process_IFD_TAG()
3289 format = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_TAG()
3626 NumDirEntries = php_ifd_get16u(dir_start, ImageInfo->motorola_intel); in exif_process_IFD_in_JPEG()
3715 exif_value_2a = php_ifd_get16u(CharBuf+2, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG()
4060 num_entries = php_ifd_get16u(ImageInfo->file.list[sn].data, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
4079 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
4080 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
4094 entry_value = php_ifd_get16u(dir_entry+8, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
4166 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
4167 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()