Home
last modified time | relevance | path

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

/PHP-8.1/ext/exif/
H A Dexif.c1809 int alloc_count; member
1930 int alloc_count; member
2125 if (count == ImageInfo->file.alloc_count) { in exif_file_sections_add()
2126 int new_alloc_count = ImageInfo->file.alloc_count ? ImageInfo->file.alloc_count * 2 : 1; in exif_file_sections_add()
2129 ImageInfo->file.alloc_count = new_alloc_count; in exif_file_sections_add()
2188 if (info_list->count == info_list->alloc_count) { in exif_alloc_image_info_data()
2189 int new_alloc_count = info_list->alloc_count ? info_list->alloc_count * 2 : 1; in exif_alloc_image_info_data()
2192 info_list->alloc_count = new_alloc_count; in exif_alloc_image_info_data()

Completed in 21 milliseconds