Searched refs:alloc_count (Results 1 – 1 of 1) sorted by relevance
1797 int alloc_count; member1918 int alloc_count; member2113 if (count == ImageInfo->file.alloc_count) { in exif_file_sections_add()2114 int new_alloc_count = ImageInfo->file.alloc_count ? ImageInfo->file.alloc_count * 2 : 1; in exif_file_sections_add()2117 ImageInfo->file.alloc_count = new_alloc_count; in exif_file_sections_add()2176 if (info_list->count == info_list->alloc_count) { in exif_alloc_image_info_data()2177 int new_alloc_count = info_list->alloc_count ? info_list->alloc_count * 2 : 1; in exif_alloc_image_info_data()2180 info_list->alloc_count = new_alloc_count; in exif_alloc_image_info_data()
Completed in 19 milliseconds