Home
last modified time | relevance | path

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

/PHP-5.3/ext/exif/
H A Dexif.c2792 offset_base = value_ptr; in exif_process_IFD_in_MAKERNOTE()
2799 offset_base = value_ptr + offset_diff; in exif_process_IFD_in_MAKERNOTE()
2813offset_base, IFDlength, displacement, section_index, 0, maker_note->tag_table TSRMLS_CC)) { in exif_process_IFD_in_MAKERNOTE()
2876 value_ptr = offset_base+offset_val; in exif_process_IFD_TAG()
2931 offset_val= value_ptr-offset_base; in exif_process_IFD_TAG()
3125 Subdir_start = offset_base + php_ifd_get32u(value_ptr, ImageInfo->motorola_intel); in exif_process_IFD_TAG()
3126 if (Subdir_start < offset_base || Subdir_start > offset_base+IFDlength) { in exif_process_IFD_TAG()
3161 if ((dir_start+2+NumDirEntries*12) > (offset_base+IFDlength)) { in exif_process_IFD_in_JPEG()
3185 …if (offset_base + NextDirOffset < offset_base || offset_base + NextDirOffset > offset_base+IFDleng… in exif_process_IFD_in_JPEG()
3193 …if (exif_process_IFD_in_JPEG(ImageInfo, offset_base + NextDirOffset, offset_base, IFDlength, displ… in exif_process_IFD_in_JPEG()
[all …]

Completed in 15 milliseconds