Searched refs:alloc_count (Results 1 – 1 of 1) sorted by relevance
1786 int alloc_count; member1907 int alloc_count; member2102 if (count == ImageInfo->file.alloc_count) { in exif_file_sections_add()2103 int new_alloc_count = ImageInfo->file.alloc_count ? ImageInfo->file.alloc_count * 2 : 1; in exif_file_sections_add()2106 ImageInfo->file.alloc_count = new_alloc_count; in exif_file_sections_add()2165 if (info_list->count == info_list->alloc_count) { in exif_alloc_image_info_data()2166 int new_alloc_count = info_list->alloc_count ? info_list->alloc_count * 2 : 1; in exif_alloc_image_info_data()2169 info_list->alloc_count = new_alloc_count; in exif_alloc_image_info_data()
Completed in 25 milliseconds