Lines Matching defs:CFile
219 struct CFile struct
221 UInt64 Size;
222 CRecordVector<CBlock> Blocks;
223 UInt64 PackSize;
224 UInt64 StartPackPos;
225 UInt64 BlockSize_MAX;
226 UInt64 StartUnpackSector; // unpack sector position of this file from all files
227 UInt64 NumUnpackSectors;
228 Int32 Descriptor;
229 bool IsCorrect;
230 bool FullFileChecksum;
231 AString Name;
233 CChecksum Checksum;
235 UInt64 GetUnpackSize_of_Block(unsigned blockIndex) const in GetUnpackSize_of_Block()
241 CFile(): in CFile() argument