Searched refs:offset_val (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/exif/ |
H A D | exif.c | 3281 size_t byte_count, offset_val, fpos, fgot; in exif_process_IFD_TAG_impl() local 3310 offset_val = php_ifd_get32u(dir_entry+8, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl() 3311 value_ptr = exif_offset_info_try_get(info, offset_val, byte_count); in exif_process_IFD_TAG_impl() 3318 …4X > x%04X)", tag, exif_get_tagname_debug(tag, tag_table), offset_val, byte_count, offset_val+byte… in exif_process_IFD_TAG_impl() 3336 php_stream_seek(ImageInfo->infile, displacement+offset_val, SEEK_SET); in exif_process_IFD_TAG_impl() 3338 if (fgot!=displacement+offset_val) { in exif_process_IFD_TAG_impl() 3340 …R_CC, ImageInfo, E_WARNING, "Wrong file pointer: 0x%08X != 0x%08X", fgot, displacement+offset_val); in exif_process_IFD_TAG_impl() 3355 offset_val = value_ptr-info->offset_base; in exif_process_IFD_TAG_impl() 3363 …tag, exif_get_tagname_debug(tag, tag_table), offset_val+displacement, byte_count, byte_count, (com… in exif_process_IFD_TAG_impl() 3576 offset_val = php_ifd_get32u(value_ptr, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl() [all …]
|
Completed in 16 milliseconds