Lines Matching refs:info_list

1547 	image_info_list info_list[SECTION_COUNT];  member
1669 …list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_value()
1670 image_info->info_list[section_index].list = list; in exif_iif_add_value()
1672 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_value()
1795 image_info->info_list[section_index].count++; in exif_iif_add_value()
1816 …list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_int()
1817 image_info->info_list[section_index].list = list; in exif_iif_add_int()
1819 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_int()
1826 image_info->info_list[section_index].count++; in exif_iif_add_int()
1839 …list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_str()
1840 image_info->info_list[section_index].list = list; in exif_iif_add_str()
1841 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_str()
1848 image_info->info_list[section_index].count++; in exif_iif_add_str()
1880 …list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_buffer()
1881 image_info->info_list[section_index].list = list; in exif_iif_add_buffer()
1882 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_buffer()
1891 image_info->info_list[section_index].count++; in exif_iif_add_buffer()
1903 if (image_info->info_list[section_index].count) { in exif_iif_free()
1904 for (i=0; i < image_info->info_list[section_index].count; i++) { in exif_iif_free()
1905 if ((f=image_info->info_list[section_index].list[i].name) != NULL) { in exif_iif_free()
1908 switch(image_info->info_list[section_index].list[i].format) { in exif_iif_free()
1912 if (image_info->info_list[section_index].list[i].length<1) in exif_iif_free()
1917 if ((f=image_info->info_list[section_index].list[i].value.s) != NULL) { in exif_iif_free()
1931 if (image_info->info_list[section_index].list[i].length > 1) { in exif_iif_free()
1932 if ((f=image_info->info_list[section_index].list[i].value.list) != NULL) { in exif_iif_free()
1940 EFREE_IF(image_info->info_list[section_index].list); in exif_iif_free()
1960 if (image_info->info_list[section_index].count) { in add_assoc_image_info()
1967 for(i=0; i<image_info->info_list[section_index].count; i++) { in add_assoc_image_info()
1968 info_data = &image_info->info_list[section_index].list[i]; in add_assoc_image_info()
2448 image_info_list *info_list; in exif_thumbnail_build() local
2467 info_list = &ImageInfo->info_list[SECTION_THUMBNAIL]; in exif_thumbnail_build()
2468 new_size = 8 + 2 + info_list->count * 12 + 4; in exif_thumbnail_build()
2470 …Info, E_NOTICE, "Thumbnail: size of signature + directory(%d): 0x%02X", info_list->count, new_size… in exif_thumbnail_build()
2473 for (i=0; i<info_list->count; i++) { in exif_thumbnail_build()
2474 info_data = &info_list->list[i]; in exif_thumbnail_build()
2492 php_ifd_set16u(new_data, info_list->count, ImageInfo->motorola_intel); in exif_thumbnail_build()
2494 for (i=0; i<info_list->count; i++) { in exif_thumbnail_build()
2495 info_data = &info_list->list[i]; in exif_thumbnail_build()