Lines Matching defs:CStatInfo
46 struct CStatInfo struct
48 UInt64 InSize;
49 UInt64 OutSize;
50 UInt64 PhySize;
52 UInt64 NumStreams;
53 UInt64 NumBlocks;
55 bool UnpackSize_Defined;
57 bool NumStreams_Defined;
58 bool NumBlocks_Defined;
60 bool IsArc;
61 bool UnexpectedEnd;
62 bool DataAfterEnd;
63 bool Unsupported;
64 bool HeadersError;
65 bool DataError;
66 bool CrcError;
68 CStatInfo() { Clear(); } in CStatInfo() function
70 void Clear() in Clear()