Home
last modified time | relevance | path

Searched refs:_inByteBack (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h320 CInByte2 *_inByteBack; variable
337 _inByteBack = &_inByteVector[_numInByteBufs - 1]; in DeleteByteStream()
339 _inByteBack->_pos += _inByteVector[_numInByteBufs]._pos; in DeleteByteStream()
346 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); } in ReadBytes()
347 Byte ReadByte() { return _inByteBack->ReadByte(); } in ReadByte()
348 UInt64 ReadNumber() { return _inByteBack->ReadNumber(); } in ReadNumber()
349 CNum ReadNum() { return _inByteBack->ReadNum(); } in ReadNum()
350 UInt64 ReadID() { return _inByteBack->ReadNumber(); } in ReadID()
351 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } in ReadUInt32()
352 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } in ReadUInt64()
[all …]
D7zIn.cpp144 if (_archive->_inByteBack->GetRem() != 0) in Remove()
182 _inByteBack = &_inByteVector[_numInByteBufs++]; in AddByteStream()
183 _inByteBack->Init(buf, size); in AddByteStream()
687 const Byte *startBufPtr = _inByteBack->GetPtr(); in ReadUnpackInfo()
700 CInByte2 *inByte = _inByteBack; in ReadUnpackInfo()
706 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr; in ReadUnpackInfo()
748 Byte v = *_inByteBack->GetPtr(); in ReadUnpackInfo()
754 UInt32 dicSize = GetUi32(_inByteBack->GetPtr() + 1); in ReadUnpackInfo()
819 size_t dataSize = _inByteBack->GetPtr() - startBufPtr; in ReadUnpackInfo()
822 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr; in ReadUnpackInfo()
[all …]