Lines Matching refs:_inByteBack
85 if (_archive->_inByteBack->GetRem() != 0)
125 _inByteBack = &_inByteVector[_numInByteBufs++];
126 _inByteBack->Init(buf, size);
657 const Byte *startBufPtr = _inByteBack->GetPtr();
670 CInByte2 *inByte = _inByteBack;
676 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr;
724 Byte v = *_inByteBack->GetPtr();
730 UInt32 dicSize = GetUi32(_inByteBack->GetPtr() + 1);
797 size_t dataSize = _inByteBack->GetPtr() - startBufPtr;
800 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr;
1207 if (size > _inByteBack->GetRem())
1210 switchProp.Set(this, _inByteBack->GetPtr(), (size_t)size, true);
1221 size_t rem = _inByteBack->GetRem();
1337 if (_inByteBack->GetRem() != 0)
1361 _inByteBack->SkipRem();
1364 if (_inByteBack->GetRem() != 0)
1416 if (type != NID::kEnd || _inByteBack->GetRem() != 0)