Home
last modified time | relevance | path

Searched defs:CItem (Results 1 – 25 of 136) sorted by path

123456

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DApmHandler.cpp28 struct CItem struct
30 UInt32 StartBlock;
31 UInt32 NumBlocks;
32 char Name[32];
33 char Type[32];
46 bool Parse(const Byte *p, UInt32 &numBlocksInMap) in Parse()
H A DArHandler.cpp108 struct CItem struct
110 AString Name;
111 UInt64 Size;
112 UInt32 MTime;
113 UInt32 User;
114 UInt32 Group;
115 UInt32 Mode;
117 UInt64 HeaderPos;
118 UInt64 HeaderSize;
120 int TextFileIndex;
[all …]
H A DArjHandler.cpp404 struct CItem struct
406 AString Name;
407 AString Comment;
409 UInt32 MTime;
411 UInt32 Size;
412 UInt32 FileCRC;
415 Byte Version;
417 Byte HostOS;
418 Byte Flags;
419 Byte Method;
[all …]
H A DComHandler.cpp73 struct CItem struct
75 Byte Name[kNameSizeMax];
78 FILETIME CTime;
79 FILETIME MTime;
80 UInt64 Size;
81 UInt32 LeftDid;
82 UInt32 RightDid;
83 UInt32 SonDid;
84 UInt32 Sid;
85 Byte Type;
[all …]
H A DCpioHandler.cpp100 struct CItem struct
102 AString Name;
103 UInt32 inode;
104 UInt32 Mode;
105 UInt32 UID;
106 UInt32 GID;
107 UInt64 Size;
108 UInt32 MTime;
115 UInt32 ChkSum;
117 UInt32 Align;
[all …]
H A DCramfsHandler.cpp128 struct CItem struct
130 UInt32 Offset;
131 int Parent;
H A DExtHandler.cpp760 struct CItem struct
762 unsigned Node; // in _refs[]
763 int ParentNode; // in _refs[]
764 int SymLinkItemIndex; // in _items[], if the Node contains SymLink to existing dir
765 Byte Type;
767 AString Name;
769 CItem(): in CItem() argument
776 void Clear() in Clear()
785 bool IsDir() const { return Type == k_Type_DIR; } in IsDir()
H A DFatHandler.cpp264 struct CItem struct
266 UString UName;
268 Byte CTime2;
269 UInt32 CTime;
270 UInt32 MTime;
271 UInt16 ADate;
272 Byte Attrib;
273 Byte Flags;
274 UInt32 Size;
275 UInt32 Cluster;
[all …]
H A DFlvHandler.cpp46 struct CItem struct
48 CByteBuffer Data;
49 Byte Type;
H A DGzHandler.cpp114 class CItem class
129 CItem(): in CItem() function in NArchive::NGz::CItem
H A DHfsHandler.cpp230 struct CItem struct
232 UString Name;
236 UInt16 Type;
240 UInt32 ID;
241 UInt32 CTime;
242 UInt32 MTime;
244 UInt32 ATime;
265 CFork DataFork;
270 size_t DataPos;
273 bool UseAttr;
[all …]
H A DLzhHandler.cpp108 struct CItem struct
110 AString Name;
112 Byte Attributes;
113 Byte Level;
114 Byte OsId;
115 UInt32 PackSize;
116 UInt32 Size;
117 UInt32 ModifiedTime;
118 UInt16 CRC;
125 bool IsCopyMethod() const in IsCopyMethod()
[all …]
H A DMbrHandler.cpp173 struct CItem struct
175 bool IsReal;
176 bool IsPrim;
177 UInt64 Size;
178 CPartition Part;
H A DMubHandler.cpp40 struct CItem struct
42 UInt32 Type;
43 UInt32 SubType;
44 UInt32 Offset;
45 UInt32 Size;
H A DNtfsHandler.cpp1334 struct CItem struct
1336 unsigned RecIndex; // index in Recs array
1337 unsigned NameIndex; // index in CMftRec::FileNames
1339 int DataIndex; /* index in CMftRec::DataRefs
1343 int ParentFolder; /* index in Items array
1347 int ParentHost; /* index in Items array, if it's AltStream
1350 CItem(): DataIndex(k_Item_DataIndex_IsDir), ParentFolder(-1), ParentHost(-1) {} in CItem() function
1352 bool IsAltStream() const { return ParentHost != -1; } in IsAltStream()
1353 bool IsDir() const { return DataIndex == k_Item_DataIndex_IsDir; } in IsDir()
H A DPpmdHandler.cpp50 struct CItem struct
52 UInt32 Attrib;
53 UInt32 Time;
54 AString Name;
56 unsigned Order;
57 unsigned MemInMB;
58 unsigned Ver;
59 unsigned Restor;
62 …sSupported() const { return Ver == 7 || (Ver == 8 && Restor < PPMD8_RESTORE_METHOD_UNSUPPPORTED); } in IsSupported()
H A DSquashfsHandler.cpp804 struct CItem struct
806 int Node;
807 int Parent;
808 UInt32 Ptr;
810 CItem(): Node(-1), Parent(-1), Ptr(0) {} in CItem() function
H A DSwfHandler.cpp115 struct CItem struct
117 Byte Buf[kHeaderLzmaSize];
118 unsigned HeaderSize;
120 UInt32 GetSize() const { return GetUi32(Buf + 4); } in GetSize()
121 UInt32 GetLzmaPackSize() const { return GetUi32(Buf + 8); } in GetLzmaPackSize()
122 UInt32 GetLzmaDicSize() const { return GetUi32(Buf + 13); } in GetLzmaDicSize()
126 bool IsZlib() const { return Buf[0] == SWF_COMPRESSED_ZLIB; } in IsZlib()
129 void MakeUncompressed() in MakeUncompressed()
134 void MakeZlib() in MakeZlib()
140 void MakeLzma(UInt32 packSize) in MakeLzma()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Cab/
H A DCabItem.h25 struct CItem struct
27 AString Name;
28 UInt32 Offset;
29 UInt32 Size;
30 UInt32 Time;
31 UInt32 FolderIndex;
32 UInt16 Flags;
33 UInt16 Attributes;
40 bool ContinuedFromPrev() const in ContinuedFromPrev()
47 bool ContinuedToNext() const in ContinuedToNext()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Chm/
H A DChmIn.h16 struct CItem struct
18 UInt64 Section;
19 UInt64 Offset;
20 UInt64 Size;
21 AString Name;
23 bool IsFormatRelatedItem() const in IsFormatRelatedItem()
50 CObjectVector<CItem> Items; argument
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Nsis/
H A DNsisIn.h69 struct CItem struct
92 CItem(): in CItem() argument
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Rar/
H A DRar5Handler.h171 struct CItem struct
173 UInt32 CommonFlags;
174 UInt32 Flags;
176 Byte RecordType;
200 CItem() { Clear(); } in CItem() argument
202 void Clear() in Clear()
227 bool IsNextForItem(const CItem &prev) const in IsNextForItem() argument
249 bool IsEncrypted() const in IsEncrypted()
255 int FindExtra_Blake() const in FindExtra_Blake()
280 UInt32 GetWinAttrib() const in GetWinAttrib()
[all …]
H A DRarItem.h20 struct CItem struct
22 UInt64 Size;
25 CRarTime CTime;
26 CRarTime ATime;
30 UInt32 Attrib;
32 UInt16 Flags;
33 Byte HostOS;
35 Byte Method;
40 AString Name;
43 Byte Salt[8];
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Tar/
H A DTarItem.h22 struct CItem struct
24 AString Name;
26 UInt64 Size;
27 Int64 MTime;
29 UInt32 Mode;
30 UInt32 UID;
31 UInt32 GID;
36 AString User;
37 AString Group;
39 char Magic[8];
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Udf/
H A DUdfIn.h231 struct CItem struct
233 CIcbTag IcbTag;
242 UInt64 Size;
243 UInt64 NumLogBlockRecorded;
244 CTime ATime;
245 CTime MTime;
252 bool IsInline;
253 CByteBuffer InlineData;
255 CUIntVector SubFiles;
259 bool IsRecAndAlloc() const in IsRecAndAlloc()
[all …]

123456