Searched refs:VolumesSizes (Results 1 – 6 of 6) sorted by relevance
543 CRecordVector<UInt64> VolumesSizes; member in CArchiveUpdateCallback682 if (VolumesSizes.Size() == 0) in GetVolumeSize()684 if (index >= (UInt32)VolumesSizes.Size()) in GetVolumeSize()685 index = VolumesSizes.Size() - 1; in GetVolumeSize()686 *size = VolumesSizes[index]; in GetVolumeSize()
696 if (VolumesSizes.Size() == 0) in GetVolumeSize()698 if (index >= (UInt32)VolumesSizes.Size()) in GetVolumeSize()699 index = VolumesSizes.Size() - 1; in GetVolumeSize()700 *size = VolumesSizes[index]; in GetVolumeSize()
778 if (options.VolumesSizes.Size() == 0) in Compress()832 volStreamSpec->Sizes = options.VolumesSizes; in Compress()857 if (options.VolumesSizes.Size() == 0) in Compress()1089 if (options.VolumesSizes.Size() > 0 && (options.EMailMode /* || options.SfxMode */)) in UpdateArchive()1131 if (!options.VolumesSizes.IsEmpty()) in UpdateArchive()1172 if (options.VolumesSizes.Size() > 0) in UpdateArchive()1365 …if ((thereIsInArchive || !options.WorkingDir.IsEmpty()) && !usesTempDir && options.VolumesSizes.Si… in UpdateArchive()
148 CRecordVector<UInt64> VolumesSizes; member
121 CRecordVector<UInt64> VolumesSizes; variable
778 options.VolumesSizes.Add(size); in SetAddCommandOptions()