sections_found   1546 ext/exif/exif.c 	int             sections_found; /* FOUND_<marker> */
sections_found   1777 ext/exif/exif.c 	image_info->sections_found |= 1<<section_index;
sections_found   1808 ext/exif/exif.c 	image_info->sections_found |= 1<<section_index;
sections_found   1830 ext/exif/exif.c 		image_info->sections_found |= 1<<section_index;
sections_found   1873 ext/exif/exif.c 		image_info->sections_found |= 1<<section_index;
sections_found   2732 ext/exif/exif.c 	ImageInfo->sections_found |= FOUND_MAKERNOTE;
sections_found   2893 ext/exif/exif.c 	ImageInfo->sections_found |= FOUND_ANY_TAG;
sections_found   2969 ext/exif/exif.c 				ImageInfo->sections_found |= FOUND_WINXP;
sections_found   3066 ext/exif/exif.c 							ImageInfo->sections_found |= FOUND_EXIF;
sections_found   3073 ext/exif/exif.c 							ImageInfo->sections_found |= FOUND_GPS;
sections_found   3080 ext/exif/exif.c 							ImageInfo->sections_found |= FOUND_INTEROP;
sections_found   3116 ext/exif/exif.c 	ImageInfo->sections_found |= FOUND_IFD0;
sections_found   3201 ext/exif/exif.c 	ImageInfo->sections_found |= FOUND_IFD0;
sections_found   3362 ext/exif/exif.c 				return (ImageInfo->sections_found&(~FOUND_COMPUTED)) ? TRUE : FALSE;
sections_found   3369 ext/exif/exif.c 				if (!(ImageInfo->sections_found&FOUND_IFD0)) {
sections_found   3645 ext/exif/exif.c 								ImageInfo->sections_found |= FOUND_EXIF;
sections_found   3649 ext/exif/exif.c 								ImageInfo->sections_found |= FOUND_GPS;
sections_found   3653 ext/exif/exif.c 								ImageInfo->sections_found |= FOUND_INTEROP;
sections_found   3657 ext/exif/exif.c 								ImageInfo->sections_found |= FOUND_THUMBNAIL;
sections_found   3770 ext/exif/exif.c 				ImageInfo->sections_found |= FOUND_IFD0;
sections_found   3784 ext/exif/exif.c 				ImageInfo->sections_found |= FOUND_IFD0;
sections_found   3951 ext/exif/exif.c 	sections_str = exif_get_sectionlist(ImageInfo.sections_found);
sections_found   3958 ext/exif/exif.c 	ImageInfo.sections_found |= FOUND_COMPUTED|FOUND_FILE;/* do not inform about in debug*/
sections_found   3960 ext/exif/exif.c 	if (ret == FALSE || (sections_needed && !(sections_needed&ImageInfo.sections_found))) {