Home
last modified time | relevance | path

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

/PHP-5.6/ext/exif/
H A Dexif.c3570 static int exif_process_IFD_in_TIFF(image_info_type *ImageInfo, size_t dir_offset, int section_inde… in exif_process_IFD_in_TIFF() argument
3583 if (ImageInfo->FileSize >= dir_offset+2) { in exif_process_IFD_in_TIFF()
3586 …CE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, 2); in exif_process_IFD_in_TIFF()
3588 …php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections … in exif_process_IFD_in_TIFF()
3592 if (ImageInfo->FileSize >= dir_offset+dir_size) { in exif_process_IFD_in_TIFF()
3666 if (entry_offset + entry_length > dir_offset + ifd_size in exif_process_IFD_in_TIFF()
3667 && entry_offset == dir_offset + ifd_size) { in exif_process_IFD_in_TIFF()
3668 ifd_size = entry_offset + entry_length - dir_offset; in exif_process_IFD_in_TIFF()
3675 if (ImageInfo->FileSize >= dir_offset + ImageInfo->file.list[sn].size) { in exif_process_IFD_in_TIFF()
3677 if (dir_offset + ifd_size > ImageInfo->FileSize) { in exif_process_IFD_in_TIFF()
[all …]

Completed in 25 milliseconds