exif_get_sectionname 1468 exif/exif.c    		ml += strlen(exif_get_sectionname(i))+2;
exif_get_sectionname 1475 exif/exif.c    			snprintf(sections+len, ml-len, "%s, ", exif_get_sectionname(i));
exif_get_sectionname 2110 exif/exif.c    			add_assoc_zval(value, exif_get_sectionname(section_index), tmpi);
exif_get_sectionname 2746 exif/exif.c    	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s @x%04X + 0x%04X=%d: %s", exif_get_sectionname(section_index), (int)dir_start-(int)offset_base+maker_note->offset+displacement, value_len, value_len, exif_char_dump(value_ptr, value_len, (int)dir_start-(int)offset_base+maker_note->offset+displacement));
exif_get_sectionname 2796 exif/exif.c    	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(SECTION_MAKERNOTE));
exif_get_sectionname 3105 exif/exif.c    					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(sub_section_index));
exif_get_sectionname 3125 exif/exif.c    	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s (x%04X(=%d))", exif_get_sectionname(section_index), IFDlength, IFDlength);
exif_get_sectionname 3675 exif/exif.c    						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Next IFD: %s @x%04X", exif_get_sectionname(sub_section_index), entry_offset);
exif_get_sectionname 3700 exif/exif.c    						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Next IFD: %s done", exif_get_sectionname(sub_section_index));
exif_get_sectionname 3942 exif/exif.c    			snprintf(tmp, sizeof(tmp), ",%s,", exif_get_sectionname(i));