sections_str     3914 ext/exif/exif.c 	char tmp[64], *sections_str, *s;
sections_str     3923 ext/exif/exif.c 		spprintf(&sections_str, 0, ",%s,", p_sections_needed);
sections_str     3925 ext/exif/exif.c 		s = sections_str;
sections_str     3934 ext/exif/exif.c 			if (strstr(sections_str, tmp)) {
sections_str     3938 ext/exif/exif.c 		EFREE_IF(sections_str);
sections_str     3941 ext/exif/exif.c 		sections_str = exif_get_sectionlist(sections_needed);
sections_str     3942 ext/exif/exif.c 		if (!sections_str) {
sections_str     3945 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections needed: %s", sections_str[0] ? sections_str : "None");
sections_str     3946 ext/exif/exif.c 		EFREE_IF(sections_str);
sections_str     3951 ext/exif/exif.c 	sections_str = exif_get_sectionlist(ImageInfo.sections_found);
sections_str     3954 ext/exif/exif.c 	if (sections_str)
sections_str     3955 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "None");
sections_str     3963 ext/exif/exif.c 	   	EFREE_IF(sections_str);
sections_str     3979 ext/exif/exif.c 	exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE");
sections_str     4050 ext/exif/exif.c    	EFREE_IF(sections_str);