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()
1782 image_info->info_list[section_index].count++; in exif_iif_add_value()
1803 …list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_int()
1804 image_info->info_list[section_index].list = list; in exif_iif_add_int()
1806 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_int()
1813 image_info->info_list[section_index].count++; in exif_iif_add_int()
1826 …list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_str()
1827 image_info->info_list[section_index].list = list; in exif_iif_add_str()
1828 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_str()
1835 image_info->info_list[section_index].count++; in exif_iif_add_str()
1867 …list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_buffer()
1868 image_info->info_list[section_index].list = list; in exif_iif_add_buffer()
1869 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_buffer()
1878 image_info->info_list[section_index].count++; in exif_iif_add_buffer()
1890 if (image_info->info_list[section_index].count) { in exif_iif_free()
1891 for (i=0; i < image_info->info_list[section_index].count; i++) { in exif_iif_free()
1892 if ((f=image_info->info_list[section_index].list[i].name) != NULL) { in exif_iif_free()
1895 switch(image_info->info_list[section_index].list[i].format) { in exif_iif_free()
1899 if (image_info->info_list[section_index].list[i].length<1) in exif_iif_free()
1904 if ((f=image_info->info_list[section_index].list[i].value.s) != NULL) { in exif_iif_free()
1918 if (image_info->info_list[section_index].list[i].length > 1) { in exif_iif_free()
1919 if ((f=image_info->info_list[section_index].list[i].value.list) != NULL) { in exif_iif_free()
1927 EFREE_IF(image_info->info_list[section_index].list); in exif_iif_free()
1947 if (image_info->info_list[section_index].count) { in add_assoc_image_info()
1954 for(i=0; i<image_info->info_list[section_index].count; i++) { in add_assoc_image_info()
1955 info_data = &image_info->info_list[section_index].list[i]; in add_assoc_image_info()
2435 image_info_list *info_list; in exif_thumbnail_build() local
2454 info_list = &ImageInfo->info_list[SECTION_THUMBNAIL]; in exif_thumbnail_build()
2455 new_size = 8 + 2 + info_list->count * 12 + 4; in exif_thumbnail_build()
2457 …Info, E_NOTICE, "Thumbnail: size of signature + directory(%d): 0x%02X", info_list->count, new_size… in exif_thumbnail_build()
2460 for (i=0; i<info_list->count; i++) { in exif_thumbnail_build()
2461 info_data = &info_list->list[i]; in exif_thumbnail_build()
2479 php_ifd_set16u(new_data, info_list->count, ImageInfo->motorola_intel); in exif_thumbnail_build()
2481 for (i=0; i<info_list->count; i++) { in exif_thumbnail_build()
2482 info_data = &info_list->list[i]; in exif_thumbnail_build()