Lines Matching refs:CHandler
186 class CHandler: class
226 CHandler(bool lzma86) { _lzma86 = lzma86; } in CHandler() function in NArchive::NLzma::CHandler
235 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
258 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
348 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *) in Open()
373 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) in OpenSeq()
381 STDMETHODIMP CHandler::Close() in Close()
426 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
572 IMP_CreateArcIn_2(CHandler(false))
590 IMP_CreateArcIn_2(CHandler(true))