Lines Matching refs:CExtractCallbackImp
22 void CExtractCallbackImp::Init(IInArchive *archiveHandler, in Init()
38 HRESULT CExtractCallbackImp::Open_CheckBreak() in Open_CheckBreak()
47 HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 * /* numFiles */, const UInt64 * /* numByte… in Open_SetTotal()
52 HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 * /* numFiles */, const UInt64 * /* num… in Open_SetCompleted()
61 HRESULT CExtractCallbackImp::Open_Finished() in Open_Finished()
66 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 size) in SetTotal()
74 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *completeValue) in SetCompleted()
84 void CExtractCallbackImp::CreateComplexDirectory(const UStringVector &dirPathParts) in CreateComplexDirectory()
95 STDMETHODIMP CExtractCallbackImp::GetStream(UInt32 index, in GetStream()
210 STDMETHODIMP CExtractCallbackImp::PrepareOperation(Int32 askExtractMode) in PrepareOperation()
216 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 resultEOperationResult) in SetOperationResult()