Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c295 static int php_tiff_bytes_per_format[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8, 1}; variable
2232 …=0,vptr=value; idex<(size_t)length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format[format])… in exif_iif_add_value()
2233 if ((char *) vptr_end - (char *) vptr < php_tiff_bytes_per_format[format]) { in exif_iif_add_value()
2802 byte_count = php_tiff_bytes_per_format[info_data->format] * info_data->length; in exif_ifd_make_value()
2903 byte_count = php_tiff_bytes_per_format[info_data->format] * info_data->length; in exif_thumbnail_build()
2924 byte_count = php_tiff_bytes_per_format[info_data->format] * info_data->length; in exif_thumbnail_build()
3313 byte_count_signed = (int64_t)components * php_tiff_bytes_per_format[format]; in exif_process_IFD_TAG_impl()
4117 …ngth = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_ty… in exif_process_IFD_in_TIFF_impl()
/PHP-7.4/ext/standard/
H A Dimage.c733 PHPAPI const int php_tiff_bytes_per_format[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8}; variable

Completed in 32 milliseconds