Lines Matching refs:list

1365 	union _image_info_value   *list;  member
1379 image_info_data *list; member
1499 file_section *list; member
1518 xp_field_type *list; member
1613 tmp = safe_erealloc(ImageInfo->file.list, (count+1), sizeof(file_section), 0); in exif_file_sections_add()
1614 ImageInfo->file.list = tmp; in exif_file_sections_add()
1615 ImageInfo->file.list[count].type = 0xFFFF; in exif_file_sections_add()
1616 ImageInfo->file.list[count].data = NULL; in exif_file_sections_add()
1617 ImageInfo->file.list[count].size = 0; in exif_file_sections_add()
1624 ImageInfo->file.list[count].type = type; in exif_file_sections_add()
1625 ImageInfo->file.list[count].data = data; in exif_file_sections_add()
1626 ImageInfo->file.list[count].size = size; in exif_file_sections_add()
1645 tmp = safe_erealloc(ImageInfo->file.list[section_index].data, 1, size, 0); in exif_file_sections_realloc()
1646 ImageInfo->file.list[section_index].data = tmp; in exif_file_sections_realloc()
1647 ImageInfo->file.list[section_index].size = size; in exif_file_sections_realloc()
1661 EFREE_IF(ImageInfo->file.list[i].data); in exif_file_sections_free()
1664 EFREE_IF(ImageInfo->file.list); in exif_file_sections_free()
1679 image_info_data *list; in exif_iif_add_value() local
1685list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_value()
1686 image_info->info_list[section_index].list = list; in exif_iif_add_value()
1688 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_value()
1751 info_value->list = safe_emalloc(length, sizeof(image_info_value), 0); in exif_iif_add_value()
1757 info_value = &info_data->value.list[idex]; in exif_iif_add_value()
1821 image_info_data *list; in exif_iif_add_int() local
1823list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_int()
1824 image_info->info_list[section_index].list = list; in exif_iif_add_int()
1826 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_int()
1843 image_info_data *list; in exif_iif_add_str() local
1846list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_str()
1847 image_info->info_list[section_index].list = list; in exif_iif_add_str()
1848 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_str()
1888 image_info_data *list; in exif_iif_add_buffer() local
1891list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_ind… in exif_iif_add_buffer()
1892 image_info->info_list[section_index].list = list; in exif_iif_add_buffer()
1893 …info_data = &image_info->info_list[section_index].list[image_info->info_list[section_index].count… in exif_iif_add_buffer()
1924 if ((f=image_info->info_list[section_index].list[i].name) != NULL) { in exif_iif_free()
1927 switch(image_info->info_list[section_index].list[i].format) { in exif_iif_free()
1931 if (image_info->info_list[section_index].list[i].length<1) in exif_iif_free()
1936 if ((f=image_info->info_list[section_index].list[i].value.s) != NULL) { in exif_iif_free()
1950 if (image_info->info_list[section_index].list[i].length > 1) { in exif_iif_free()
1951 if ((f=image_info->info_list[section_index].list[i].value.list) != NULL) { in exif_iif_free()
1959 EFREE_IF(image_info->info_list[section_index].list); in exif_iif_free()
1988 info_data = &image_info->info_list[section_index].list[i]; in add_assoc_image_info()
2049 info_value = &info_data->value.list[ap]; in add_assoc_image_info()
2120 info_value = &info_data->value.list[ap]; in add_assoc_image_info()
2419 info_value = &info_data->value.list[i]; in exif_ifd_make_value()
2496 info_data = &info_list->list[i]; in exif_thumbnail_build()
2517 info_data = &info_list->list[i]; in exif_thumbnail_build()
3009 …tmp_xp = (xp_field_type*)safe_erealloc(ImageInfo->xp_fields.list, (ImageInfo->xp_fields.count+1), … in exif_process_IFD_TAG()
3011 ImageInfo->xp_fields.list = tmp_xp; in exif_process_IFD_TAG()
3013 …exif_process_unicode(ImageInfo, &(ImageInfo->xp_fields.list[ImageInfo->xp_fields.count-1]), tag, v… in exif_process_IFD_TAG()
3369 Data = ImageInfo->file.list[sn].data; in exif_scan_JPEG_header()
3392 Data = ImageInfo->file.list[sn].data; in exif_scan_JPEG_header()
3569 php_stream_read(ImageInfo->infile, (char*)ImageInfo->file.list[sn].data, 2); in exif_process_IFD_in_TIFF()
3570 num_entries = php_ifd_get16u(ImageInfo->file.list[sn].data, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3579 php_stream_read(ImageInfo->infile, (char*)(ImageInfo->file.list[sn].data+2), dir_size-2); in exif_process_IFD_in_TIFF()
3581 …next_offset = php_ifd_get32u(ImageInfo->file.list[sn].data + dir_size - 4, ImageInfo->motorola_int… in exif_process_IFD_in_TIFF()
3588 dir_entry = ImageInfo->file.list[sn].data+2+i*12; in exif_process_IFD_in_TIFF()
3655 if (ImageInfo->FileSize >= dir_offset + ImageInfo->file.list[sn].size) { in exif_process_IFD_in_TIFF()
3668 …php_stream_read(ImageInfo->infile, (char*)(ImageInfo->file.list[sn].data+dir_size), ifd_size-dir_s… in exif_process_IFD_in_TIFF()
3675 dir_entry = ImageInfo->file.list[sn].data+2+i*12; in exif_process_IFD_in_TIFF()
3733 (char*)(ImageInfo->file.list[sn].data-dir_offset), in exif_process_IFD_in_TIFF()
3766 …04X) less than size of IFD(x%04X)", ImageInfo->FileSize, dir_offset+ImageInfo->file.list[sn].size); in exif_process_IFD_in_TIFF()
3868 EFREE_IF(ImageInfo->xp_fields.list[i].value); in exif_discard_imageinfo()
3870 EFREE_IF(ImageInfo->xp_fields.list); in exif_discard_imageinfo()
4070 …t_tagname(ImageInfo.xp_fields.list[i].tag, NULL, 0, exif_get_tag_table(SECTION_WINXP) TSRMLS_CC), … in PHP_FUNCTION()