offset_of_ifd    3186 ext/exif/exif.c 	unsigned exif_value_2a, offset_of_ifd;
offset_of_ifd    3200 ext/exif/exif.c 	offset_of_ifd = php_ifd_get32u(CharBuf+4, ImageInfo->motorola_intel);
offset_of_ifd    3201 ext/exif/exif.c 	if ( exif_value_2a != 0x2a || offset_of_ifd < 0x08) {
offset_of_ifd    3205 ext/exif/exif.c 	if (offset_of_ifd > length) {
offset_of_ifd    3212 ext/exif/exif.c 	exif_process_IFD_in_JPEG(ImageInfo, CharBuf+offset_of_ifd, CharBuf, length/*-14*/, displacement, SECTION_IFD0 TSRMLS_CC);