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.cpp1274 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &ar… in PrepareToOpen()
1436 HRESULT CArc::CheckZerosTail(const COpenOptions &op, UInt64 offset) in CheckZerosTail()
1571 HRESULT CArc::OpenStream2(const COpenOptions &op) in OpenStream2()
2908 HRESULT CArc::OpenStream(const COpenOptions &op) in OpenStream()
2967 HRESULT CArc::OpenStreamOrFile(COpenOptions &op) in OpenStreamOrFile()
3115 HRESULT CArchiveLink::Open(COpenOptions &op) in Open()
3247 COpenOptions op2; in Open()
3279 HRESULT CArchiveLink::Open2(COpenOptions &op, IOpenCallbackUI *callbackUI) in Open2()
3321 HRESULT CArc::ReOpen(const COpenOptions &op) in ReOpen()
3363 HRESULT CArchiveLink::Open3(COpenOptions &op, IOpenCallbackUI *callbackUI) in Open3()
[all …]
DExtract.cpp359 COpenOptions op; in Extract()
DUpdate.cpp1186 COpenOptions op; in UpdateArchive()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp49 COpenOptions options; in Process2()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp1118 COpenOptions options; in ListArchives()