Lines Matching refs:CExtractCallbackImp
40 CExtractCallbackImp::~CExtractCallbackImp() {} in ~CExtractCallbackImp()
42 void CExtractCallbackImp::Init() in Init()
56 void CExtractCallbackImp::AddError_Message(LPCWSTR s) in AddError_Message()
64 STDMETHODIMP CExtractCallbackImp::SetNumFiles(UInt64 in SetNumFiles()
78 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 total) in SetTotal()
84 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *value) in SetCompleted()
89 HRESULT CExtractCallbackImp::Open_CheckBreak() in Open_CheckBreak()
94 HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 *files, const UInt64 *bytes) in Open_SetTotal()
119 HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 *files, const UInt64 *bytes) in Open_SetCompleted()
136 HRESULT CExtractCallbackImp::Open_Finished() in Open_Finished()
143 HRESULT CExtractCallbackImp::Open_CryptoGetTextPassword(BSTR *password) in Open_CryptoGetTextPassword()
171 STDMETHODIMP CExtractCallbackImp::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
193 STDMETHODIMP CExtractCallbackImp::AskOverwrite( in AskOverwrite()
225 STDMETHODIMP CExtractCallbackImp::PrepareOperation(const wchar_t *name, Int32 isFolder, Int32 askEx… in PrepareOperation()
242 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *s) in MessageError()
248 HRESULT CExtractCallbackImp::MessageError(const char *message, const FString &path) in MessageError()
257 STDMETHODIMP CExtractCallbackImp::ShowMessage(const wchar_t *s) in ShowMessage()
354 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted) in SetOperationResult()
380 STDMETHODIMP CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *… in ReportExtractResult()
395 HRESULT CExtractCallbackImp::BeforeOpen(const wchar_t *name, bool /* testMode */) in BeforeOpen()
405 HRESULT CExtractCallbackImp::SetCurrentFilePath2(const wchar_t *path) in SetCurrentFilePath2()
416 HRESULT CExtractCallbackImp::SetCurrentFilePath(const wchar_t *path) in SetCurrentFilePath()
598 HRESULT CExtractCallbackImp::OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const w… in OpenResult()
615 HRESULT CExtractCallbackImp::ThereAreNoFiles() in ThereAreNoFiles()
620 void CExtractCallbackImp::Add_ArchiveName_Error() in Add_ArchiveName_Error()
630 HRESULT CExtractCallbackImp::ExtractResult(HRESULT result) in ExtractResult()
647 HRESULT CExtractCallbackImp::SetPassword(const UString &password) in SetPassword()
654 STDMETHODIMP CExtractCallbackImp::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
681 STDMETHODIMP CExtractCallbackImp::AskWrite( in AskWrite()
777 STDMETHODIMP CExtractCallbackImp::UseExtractToStream(Int32 *res) in UseExtractToStream()
812 STDMETHODIMP CExtractCallbackImp::GetStream7(const wchar_t *name, in GetStream7()
902 STDMETHODIMP CExtractCallbackImp::PrepareOperation7(Int32 askExtractMode) in PrepareOperation7()
925 STDMETHODIMP CExtractCallbackImp::SetOperationResult7(Int32 opRes, Int32 encrypted) in SetOperationResult7()