OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxCheckStartPosition
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
652
const UInt64 *
maxCheckStartPosition
,
673
RINOK(archive.Open(stream,
maxCheckStartPosition
));
/external/lzma/CPP/7zip/Archive/
IArchive.h
158
if (
maxCheckStartPosition
== NULL), the handler can try to search archive start in stream
159
if (*
maxCheckStartPosition
== 0), the handler must check only current position as archive start
196
STDMETHOD(Open)(IInStream *stream, const UInt64 *
maxCheckStartPosition
, IArchiveOpenCallback *openCallback) MY_NO_THROW_DECL_ONLY x; \
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
[
all
...]
Completed in 525 milliseconds