Lines Matching defs:CDbEx
196 struct CDbEx: public CDatabase struct
198 CInArchiveInfo ArcInfo;
200 CObjArray<CNum> FolderStartFileIndex;
201 CObjArray<CNum> FileIndexToFolderIndexMap;
203 UInt64 HeadersSize;
204 UInt64 PhySize;
212 bool IsArc;
213 bool PhySizeWasConfirmed;
215 bool ThereIsHeaderError;
216 bool UnexpectedEnd;
219 bool StartHeaderWasRecovered;
220 bool UnsupportedFeatureWarning;
221 bool UnsupportedFeatureError;
231 void Clear() in Clear()
260 bool CanUpdate() const in CanUpdate()
272 UInt64 GetFolderStreamPos(CNum folderIndex, unsigned indexInFolder) const in GetFolderStreamPos()
278 UInt64 GetFolderFullPackSize(CNum folderIndex) const in GetFolderFullPackSize()
285 UInt64 GetFolderPackStreamSize(CNum folderIndex, unsigned streamIndex) const in GetFolderPackStreamSize()
291 UInt64 GetFilePackSize(CNum fileIndex) const in GetFilePackSize()