Lines Matching defs:CDbEx
198 struct CDbEx: public CDatabase struct
200 CInArchiveInfo ArcInfo;
202 CObjArray<CNum> FolderStartFileIndex;
203 CObjArray<CNum> FileIndexToFolderIndexMap;
205 UInt64 HeadersSize;
206 UInt64 PhySize;
215 bool IsArc;
216 bool PhySizeWasConfirmed;
218 bool ThereIsHeaderError;
219 bool UnexpectedEnd;
222 bool StartHeaderWasRecovered;
223 bool UnsupportedFeatureWarning;
224 bool UnsupportedFeatureError;
234 void Clear() in Clear()
264 bool CanUpdate() const in CanUpdate()
276 UInt64 GetFolderStreamPos(CNum folderIndex, unsigned indexInFolder) const in GetFolderStreamPos()
282 UInt64 GetFolderFullPackSize(CNum folderIndex) const in GetFolderFullPackSize()
289 UInt64 GetFolderPackStreamSize(CNum folderIndex, unsigned streamIndex) const in GetFolderPackStreamSize()
295 UInt64 GetFilePackSize(CNum fileIndex) const in GetFilePackSize()