Lines Matching refs:CHandler
170 class CHandler: class
204 CHandler(bool lzma86) { _lzma86 = lzma86; } in CHandler() function in NArchive::NLzma::CHandler
213 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
238 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
270 void CHandler::GetMethod(NCOM::CPropVariant &prop) in GetMethod()
298 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
356 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *) in Open()
409 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) in OpenSeq()
417 STDMETHODIMP CHandler::Close() in Close()
462 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
609 CHandler(false),
621 CHandler(true),