Searched refs:VolumesSizes (Results 1 – 6 of 6) sorted by relevance
644 CRecordVector<UInt64> VolumesSizes; member in CArchiveUpdateCallback788 if (VolumesSizes.Size() == 0) in GetVolumeSize()790 if (index >= (UInt32)VolumesSizes.Size()) in GetVolumeSize()791 index = VolumesSizes.Size() - 1; in GetVolumeSize()792 *size = VolumesSizes[index]; in GetVolumeSize()
892 if (VolumesSizes.Size() == 0) in GetVolumeSize()894 if (index >= (UInt32)VolumesSizes.Size()) in GetVolumeSize()895 index = VolumesSizes.Size() - 1; in GetVolumeSize()896 *size = VolumesSizes[index]; in GetVolumeSize()
833 if (options.VolumesSizes.Size() == 0) in Compress()887 volStreamSpec->Sizes = options.VolumesSizes; in Compress()910 if (options.VolumesSizes.Size() == 0) in Compress()1211 if (options.VolumesSizes.Size() > 0 && (options.EMailMode /* || options.SfxMode */)) in UpdateArchive()1253 if (!options.VolumesSizes.IsEmpty()) in UpdateArchive()1307 if (options.VolumesSizes.Size() > 0) in UpdateArchive()1511 …if ((thereIsInArchive || !options.WorkingDir.IsEmpty()) && !usesTempDir && options.VolumesSizes.Si… in UpdateArchive()
134 CRecordVector<UInt64> VolumesSizes; variable
158 CRecordVector<UInt64> VolumesSizes; member
949 options.VolumesSizes.Add(size); in SetAddCommandOptions()