Lines Matching defs:CParseItem
116 struct CParseItem struct
118 UInt64 Offset;
119 UInt64 Size;
121 UString Name;
122 UString Extension;
123 FILETIME FileTime;
124 UString Comment;
125 UString ArcType;
127 bool FileTime_Defined;
128 bool UnpackSize_Defined;
129 bool NumSubDirs_Defined;
130 bool NumSubFiles_Defined;
132 bool IsSelfExe;
133 bool IsNotArcType;
135 UInt64 UnpackSize;
136 UInt64 NumSubDirs;
137 UInt64 NumSubFiles;
139 int FormatIndex;
141 bool LenIsUnknown;
143 CParseItem(): in CParseItem() function
161 void NormalizeOffset() in NormalizeOffset()