sections_str 3920 ext/exif/exif.c char tmp[64], *sections_str, *s; sections_str 3929 ext/exif/exif.c spprintf(§ions_str, 0, ",%s,", p_sections_needed); sections_str 3931 ext/exif/exif.c s = sections_str; sections_str 3940 ext/exif/exif.c if (strstr(sections_str, tmp)) { sections_str 3944 ext/exif/exif.c EFREE_IF(sections_str); sections_str 3947 ext/exif/exif.c sections_str = exif_get_sectionlist(sections_needed TSRMLS_CC); sections_str 3948 ext/exif/exif.c if (!sections_str) { sections_str 3951 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections needed: %s", sections_str[0] ? sections_str : "None"); sections_str 3952 ext/exif/exif.c EFREE_IF(sections_str); sections_str 3957 ext/exif/exif.c sections_str = exif_get_sectionlist(ImageInfo.sections_found TSRMLS_CC); sections_str 3960 ext/exif/exif.c if (sections_str) sections_str 3961 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "None"); sections_str 3969 ext/exif/exif.c EFREE_IF(sections_str); sections_str 3985 ext/exif/exif.c exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE" TSRMLS_CC); sections_str 4056 ext/exif/exif.c EFREE_IF(sections_str);