OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowTail
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/
IArchive.h
396
for 9.31+: exe handler parses SFX archives as executable format, only if
AllowTail
(1) was called */
400
STDMETHOD(
AllowTail
)(Int32
allowTail
) PURE;
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
1070
CMyComPtr<IArchiveAllowTail>
allowTail
;
1071
archive.QueryInterface(IID_IArchiveAllowTail, (void **)&
allowTail
);
1072
if (
allowTail
)
1073
allowTail
->
AllowTail
(BoolToInt(true));
[
all
...]
Completed in 51 milliseconds