Searched refs:maxCheckStartPosition (Results 1 – 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 676 const UInt64 *maxCheckStartPosition, in Z7_COM7F_IMF() argument 703 RINOK(archive.Open(stream, maxCheckStartPosition)) in Z7_COM7F_IMF()
|
/third_party/lzma/CPP/7zip/Archive/ |
D | IArchive.h | 317 …x(Open(IInStream *stream, const UInt64 *maxCheckStartPosition, IArchiveOpenCallback *openCallback)…
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 1584 IInStream *stream, const UInt64 *maxCheckStartPosition, 1598 RINOK(archive->Open(stream, maxCheckStartPosition, openCallback)) 2731 UInt64 maxCheckStartPosition = 0; 2745 limitedStream, &maxCheckStartPosition,
|