sections_found 1552 ext/exif/exif.c int sections_found; /* FOUND_<marker> */ sections_found 1783 ext/exif/exif.c image_info->sections_found |= 1<<section_index; sections_found 1814 ext/exif/exif.c image_info->sections_found |= 1<<section_index; sections_found 1836 ext/exif/exif.c image_info->sections_found |= 1<<section_index; sections_found 1879 ext/exif/exif.c image_info->sections_found |= 1<<section_index; sections_found 2741 ext/exif/exif.c ImageInfo->sections_found |= FOUND_MAKERNOTE; sections_found 2902 ext/exif/exif.c ImageInfo->sections_found |= FOUND_ANY_TAG; sections_found 2978 ext/exif/exif.c ImageInfo->sections_found |= FOUND_WINXP; sections_found 3075 ext/exif/exif.c ImageInfo->sections_found |= FOUND_EXIF; sections_found 3082 ext/exif/exif.c ImageInfo->sections_found |= FOUND_GPS; sections_found 3089 ext/exif/exif.c ImageInfo->sections_found |= FOUND_INTEROP; sections_found 3125 ext/exif/exif.c ImageInfo->sections_found |= FOUND_IFD0; sections_found 3210 ext/exif/exif.c ImageInfo->sections_found |= FOUND_IFD0; sections_found 3371 ext/exif/exif.c return (ImageInfo->sections_found&(~FOUND_COMPUTED)) ? TRUE : FALSE; sections_found 3378 ext/exif/exif.c if (!(ImageInfo->sections_found&FOUND_IFD0)) { sections_found 3654 ext/exif/exif.c ImageInfo->sections_found |= FOUND_EXIF; sections_found 3658 ext/exif/exif.c ImageInfo->sections_found |= FOUND_GPS; sections_found 3662 ext/exif/exif.c ImageInfo->sections_found |= FOUND_INTEROP; sections_found 3666 ext/exif/exif.c ImageInfo->sections_found |= FOUND_THUMBNAIL; sections_found 3779 ext/exif/exif.c ImageInfo->sections_found |= FOUND_IFD0; sections_found 3793 ext/exif/exif.c ImageInfo->sections_found |= FOUND_IFD0; sections_found 3957 ext/exif/exif.c sections_str = exif_get_sectionlist(ImageInfo.sections_found TSRMLS_CC); sections_found 3964 ext/exif/exif.c ImageInfo.sections_found |= FOUND_COMPUTED|FOUND_FILE;/* do not inform about in debug*/ sections_found 3966 ext/exif/exif.c if (ret == FALSE || (sections_needed && !(sections_needed&ImageInfo.sections_found))) {