Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/ext/exif/
H A Dexif.c1797 int alloc_count; member
1918 int alloc_count; member
2113 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 44 milliseconds