Home
last modified time | relevance | path

Searched refs:COpenOptions (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h114 struct COpenOptions struct
131 COpenOptions(): in COpenOptions() argument
263 …HRESULT PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive…
264 HRESULT CheckZerosTail(const COpenOptions &op, UInt64 offset);
265 HRESULT OpenStream2(const COpenOptions &options);
358 HRESULT OpenStream(const COpenOptions &options);
359 HRESULT OpenStreamOrFile(COpenOptions &options);
361 HRESULT ReOpen(const COpenOptions &options);
400 HRESULT Open(COpenOptions &options);
401 HRESULT Open2(COpenOptions &options, IOpenCallbackUI *callbackUI);
[all …]
DOpenArchive.cpp1270 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &ar… in PrepareToOpen()
1432 HRESULT CArc::CheckZerosTail(const COpenOptions &op, UInt64 offset) in CheckZerosTail()
1567 HRESULT CArc::OpenStream2(const COpenOptions &op) in OpenStream2()
2899 HRESULT CArc::OpenStream(const COpenOptions &op) in OpenStream()
2958 HRESULT CArc::OpenStreamOrFile(COpenOptions &op) in OpenStreamOrFile()
3106 HRESULT CArchiveLink::Open(COpenOptions &op) in Open()
3238 COpenOptions op2; in Open()
3270 HRESULT CArchiveLink::Open2(COpenOptions &op, IOpenCallbackUI *callbackUI) in Open2()
3312 HRESULT CArc::ReOpen(const COpenOptions &op) in ReOpen()
3354 HRESULT CArchiveLink::Open3(COpenOptions &op, IOpenCallbackUI *callbackUI) in Open3()
[all …]
DExtract.cpp351 COpenOptions op; in Extract()
DUpdate.cpp1096 COpenOptions op; in UpdateArchive()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp49 COpenOptions options; in Process2()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp1055 COpenOptions options; in ListArchives()