Home
last modified time | relevance | path

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

/PHP-8.0/ext/exif/
H A Dexif.c4027 size_t ifd_size, dir_size, entry_offset, next_offset, entry_length, entry_value=0, fgot; in exif_process_IFD_in_TIFF_impl() local
4048next_offset = php_ifd_get32u(ImageInfo->file.list[sn].data + dir_size - 4, ImageInfo->motorola_int… in exif_process_IFD_in_TIFF_impl()
4050 …ocref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF done, next offset x%04X", next_offset); in exif_process_IFD_in_TIFF_impl()
4213 if (next_offset && section_index != SECTION_THUMBNAIL) { in exif_process_IFD_in_TIFF_impl()
4217 …or_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) at x%04X", next_offset); in exif_process_IFD_in_TIFF_impl()
4219 exif_process_IFD_in_TIFF(ImageInfo, next_offset, SECTION_THUMBNAIL); in exif_process_IFD_in_TIFF_impl()

Completed in 18 milliseconds