Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp53 Int64 _startPosition; member in NArchive::NXz::CHandler
335 SRes res = Xzs_ReadBackward(&xzs.p, &lookStream.s, &_startPosition, &openWrap.p, &g_Alloc); in Open2()
340 _packSize -= _startPosition; in Open2()
366 if (res != SZ_OK || _startPosition != 0) in Open2()
375 _startPosition = 0; in Open2()
477 RINOK(_stream->Seek(_startPosition, STREAM_SEEK_SET, NULL)); in Extract()
677 RINOK(_stream->Seek(_startPosition, STREAM_SEEK_SET, NULL)); in UpdateItems()
DLzmaHandler.cpp181 UInt64 _startPosition; member in NArchive::NLzma::CHandler
282 RINOK(inStream->Seek(0, STREAM_SEEK_CUR, &_startPosition)); in Open()
297 _packSize = endPos - _startPosition; in Open()
356 RINOK(_stream->Seek(_startPosition, STREAM_SEEK_SET, NULL)); in Extract()