• Home
  • Raw
  • Download

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()
356 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted) in SetOperationResult()
382 STDMETHODIMP CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *… in ReportExtractResult()
397 HRESULT CExtractCallbackImp::BeforeOpen(const wchar_t *name, bool /* testMode */) in BeforeOpen()
407 HRESULT CExtractCallbackImp::SetCurrentFilePath2(const wchar_t *path) in SetCurrentFilePath2()
418 HRESULT CExtractCallbackImp::SetCurrentFilePath(const wchar_t *path) in SetCurrentFilePath()
600 HRESULT CExtractCallbackImp::OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const w… in OpenResult()
617 HRESULT CExtractCallbackImp::ThereAreNoFiles() in ThereAreNoFiles()
622 void CExtractCallbackImp::Add_ArchiveName_Error() in Add_ArchiveName_Error()
632 HRESULT CExtractCallbackImp::ExtractResult(HRESULT result) in ExtractResult()
649 HRESULT CExtractCallbackImp::SetPassword(const UString &password) in SetPassword()
656 STDMETHODIMP CExtractCallbackImp::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
683 STDMETHODIMP CExtractCallbackImp::AskWrite( in AskWrite()
775 STDMETHODIMP CExtractCallbackImp::UseExtractToStream(Int32 *res) in UseExtractToStream()
810 STDMETHODIMP CExtractCallbackImp::GetStream7(const wchar_t *name, in GetStream7()
900 STDMETHODIMP CExtractCallbackImp::PrepareOperation7(Int32 askExtractMode) in PrepareOperation7()
923 STDMETHODIMP CExtractCallbackImp::SetOperationResult7(Int32 opRes, Int32 encrypted) in SetOperationResult7()