Lines Matching defs:CItemEx
322 struct CItemEx: public CItem struct
324 bool HeaderError;
326 bool IsSignedChecksum;
327 bool Prefix_WasUsed;
329 bool Pax_Error;
330 bool Pax_Overflow;
331 bool pax_path_WasUsed;
332 bool pax_link_WasUsed;
333 bool pax_size_WasUsed;
335 bool MTime_IsBin;
336 bool PackSize_IsBin;
337 bool Size_IsBin;
339 bool LongName_WasUsed;
340 bool LongName_WasUsed_2;
342 bool LongLink_WasUsed;
343 bool LongLink_WasUsed_2;
348 UInt64 HeaderPos;
349 UInt64 HeaderSize;
351 UInt64 Num_Pax_Records;
352 CPaxExtra PaxExtra;
353 AString SCHILY_fflags;
355 CEncodingCharacts EncodingCharacts;
357 UInt64 Get_DataPos() const { return HeaderPos + HeaderSize; } in Get_DataPos()
359 UInt64 Get_FullSize_Aligned() const { return HeaderSize + Get_PackSize_Aligned(); } in Get_FullSize_Aligned()