Home
last modified time | relevance | path

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

/PHP-8.0/ext/exif/
H A Dexif.c3247 size_t byte_count, offset_val, fpos, fgot; in exif_process_IFD_TAG_impl() local
3276 offset_val = php_ifd_get32u(dir_entry+8, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl()
3277 value_ptr = exif_offset_info_try_get(info, offset_val, byte_count); in exif_process_IFD_TAG_impl()
3284 …4X > x%04X)", tag, exif_get_tagname_debug(tag, tag_table), offset_val, byte_count, offset_val+byte… in exif_process_IFD_TAG_impl()
3302 php_stream_seek(ImageInfo->infile, displacement+offset_val, SEEK_SET); in exif_process_IFD_TAG_impl()
3304 if (fgot!=displacement+offset_val) { in exif_process_IFD_TAG_impl()
3306 …R_CC, ImageInfo, E_WARNING, "Wrong file pointer: 0x%08X != 0x%08X", fgot, displacement+offset_val); in exif_process_IFD_TAG_impl()
3321 offset_val = value_ptr-info->offset_base; in exif_process_IFD_TAG_impl()
3329 …tag, exif_get_tagname_debug(tag, tag_table), offset_val+displacement, byte_count, byte_count, (com… in exif_process_IFD_TAG_impl()
3542 offset_val = php_ifd_get32u(value_ptr, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl()
[all …]

Completed in 18 milliseconds