Home
last modified time | relevance | path

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

/PHP-8.4/ext/exif/
H A Dexif.c2711 static bool exif_process_IFD_in_TIFF(image_info_type *ImageInfo, size_t dir_offset, int section_ind…
4041 if (ImageInfo->FileSize >= 2 && ImageInfo->FileSize - 2 >= dir_offset) { in exif_process_IFD_in_TIFF_impl()
4046 …php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections … in exif_process_IFD_in_TIFF_impl()
4052 if (ImageInfo->FileSize >= dir_size && ImageInfo->FileSize - dir_size >= dir_offset) { in exif_process_IFD_in_TIFF_impl()
4127 if (entry_offset + entry_length > dir_offset + ifd_size in exif_process_IFD_in_TIFF_impl()
4128 && entry_offset == dir_offset + ifd_size) { in exif_process_IFD_in_TIFF_impl()
4129 ifd_size = entry_offset + entry_length - dir_offset; in exif_process_IFD_in_TIFF_impl()
4138 if (ImageInfo->FileSize < ifd_size || dir_offset > ImageInfo->FileSize - ifd_size) { in exif_process_IFD_in_TIFF_impl()
4218 (char *) (ImageInfo->file.list[sn].data - dir_offset), in exif_process_IFD_in_TIFF_impl()
4269 static bool exif_process_IFD_in_TIFF(image_info_type *ImageInfo, size_t dir_offset, int section_ind… in exif_process_IFD_in_TIFF() argument
[all …]

Completed in 27 milliseconds