Home
last modified time | relevance | path

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

/PHP-8.4/ext/exif/
H A Dexif.c3265 size_t byte_count, offset_val, fpos, fgot; in exif_process_IFD_TAG_impl() local
3294 offset_val = php_ifd_get32u(dir_entry+8, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl()
3295 value_ptr = exif_offset_info_try_get(info, offset_val, byte_count); in exif_process_IFD_TAG_impl()
3302 …4X > x%04X)", tag, exif_get_tagname_debug(tag, tag_table), offset_val, byte_count, offset_val+byte… in exif_process_IFD_TAG_impl()
3320 php_stream_seek(ImageInfo->infile, displacement+offset_val, SEEK_SET); in exif_process_IFD_TAG_impl()
3322 if (fgot!=displacement+offset_val) { in exif_process_IFD_TAG_impl()
3324 …R_CC, ImageInfo, E_WARNING, "Wrong file pointer: 0x%08X != 0x%08X", fgot, displacement+offset_val); in exif_process_IFD_TAG_impl()
3339 offset_val = value_ptr-info->offset_base; in exif_process_IFD_TAG_impl()
3347 …tag, exif_get_tagname_debug(tag, tag_table), offset_val+displacement, byte_count, byte_count, (com… in exif_process_IFD_TAG_impl()
3560 offset_val = php_ifd_get32u(value_ptr, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl()
[all …]

Completed in 37 milliseconds