Home
last modified time | relevance | path

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

/PHP-8.0/ext/exif/
H A Dexif.c2103 int new_alloc_count = ImageInfo->file.alloc_count ? ImageInfo->file.alloc_count * 2 : 1; in exif_file_sections_add() local
2105 ImageInfo->file.list, new_alloc_count, sizeof(file_section), 0); in exif_file_sections_add()
2106 ImageInfo->file.alloc_count = new_alloc_count; in exif_file_sections_add()
2166 int new_alloc_count = info_list->alloc_count ? info_list->alloc_count * 2 : 1; in exif_alloc_image_info_data() local
2168 info_list->list, new_alloc_count, sizeof(image_info_data), 0); in exif_alloc_image_info_data()
2169 info_list->alloc_count = new_alloc_count; in exif_alloc_image_info_data()

Completed in 18 milliseconds