Home | History | Annotate | Download | only in 7z

Lines Matching full:uint64

22   UInt64 StartPosition;

23 UInt64 StartPositionAfterHeader;
24 UInt64 DataStartPosition;
25 UInt64 DataStartPosition2;
26 CRecordVector<UInt64> FileInfoPopIDs;
36 CRecordVector<UInt64> PackStreamStartPositions;
41 UInt64 HeadersSize;
42 UInt64 PhySize;
68 UInt64 GetFolderStreamPos(int folderIndex, int indexInFolder) const
74 UInt64 GetFolderFullPackSize(int folderIndex) const
78 UInt64 size = 0;
84 UInt64 GetFolderPackStreamSize(int folderIndex, int streamIndex) const
89 UInt64 GetFilePackSize(CNum fileIndex) const
113 void SkipData(UInt64 size);
115 UInt64 ReadNumber();
118 UInt64 ReadUInt64();
135 UInt64 _arhiveBeginStreamPosition;
139 UInt64 HeadersSize;
156 HRESULT FindAndReadSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit);
160 UInt64 ReadNumber() { return _inByteBack->ReadNumber(); }
162 UInt64 ReadID() { return _inByteBack->ReadNumber(); }
164 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); }
165 void SkipData(UInt64 size) { _inByteBack->SkipData(size); }
167 void WaitAttribute(UInt64 attribute);
175 UInt64 &dataOffset,
176 CRecordVector<UInt64> &packSizes,
187 CRecordVector<UInt64> &unpackSizes,
193 UInt64 &dataOffset,
194 CRecordVector<UInt64> &packSizes,
199 CRecordVector<UInt64> &unpackSizes,
210 UInt64 baseOffset, UInt64 &dataOffset,
231 HRESULT Open(IInStream *stream, const UInt64 *searchHeaderSizeLimit); // S_FALSE means is not archive