Searched defs:CUpdateItem (Results 1 – 5 of 5) sorted by relevance
28 struct CUpdateItem struct30 bool NewData;31 bool NewProps;32 bool IsDir;33 bool Write_NtfsTime;34 bool Write_UnixTime;36 bool IsUtf8;37 bool Size_WasSetFromStream;39 int IndexInArc;40 unsigned IndexInClient;[all …]
13 struct CUpdateItem struct35 CUpdateItem(): in CUpdateItem() function
30 struct CUpdateItem struct32 int IndexInArchive;33 unsigned IndexInClient;35 UInt64 CTime;36 UInt64 ATime;37 UInt64 MTime;39 UInt64 Size;40 UString Name;71 CUpdateItem(): in CUpdateItem() argument83 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); } in SetDirStatusFromAttrib()
1647 struct CUpdateItem struct1649 int IndexInArc;1650 unsigned IndexInClient;1651 UInt64 Size;1652 bool NewData;1653 bool NewProps;1654 bool IsDir;1655 UString Path;1657 CUpdateItem(): Size(0), IsDir(false) {} in CUpdateItem() function
168 struct CUpdateItem struct170 unsigned CallbackIndex; // index in callback172 int MetaIndex; // index in in MetaItems[]174 int AltStreamIndex; // index in CMetaItem::AltStreams vector177 int InArcIndex; // >= 0, if we use OLD Data180 CUpdateItem(): MetaIndex(-1), AltStreamIndex(-1), InArcIndex(-1) {} in CUpdateItem() function