Home
last modified time | relevance | path

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

/PHP-5.5/ext/exif/
H A Dexif.c3564 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
3577 if (ImageInfo->FileSize >= dir_offset+2) { in exif_process_IFD_in_TIFF()
3580 …CE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, 2); in exif_process_IFD_in_TIFF()
3582 …php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections … in exif_process_IFD_in_TIFF()
3586 if (ImageInfo->FileSize >= dir_offset+dir_size) { in exif_process_IFD_in_TIFF()
3660 if (entry_offset + entry_length > dir_offset + ifd_size in exif_process_IFD_in_TIFF()
3661 && entry_offset == dir_offset + ifd_size) { in exif_process_IFD_in_TIFF()
3662 ifd_size = entry_offset + entry_length - dir_offset; in exif_process_IFD_in_TIFF()
3669 if (ImageInfo->FileSize >= dir_offset + ImageInfo->file.list[sn].size) { in exif_process_IFD_in_TIFF()
3671 if (dir_offset + ifd_size > ImageInfo->FileSize) { in exif_process_IFD_in_TIFF()
[all …]

Completed in 22 milliseconds