Lines Matching refs:CHandler
121 class CHandler: class
177 CHandler();
180 CHandler::CHandler() in CHandler() function in NArchive::NXz::CHandler
346 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
375 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
381 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty()
465 HRESULT CHandler::Open2(IInStream *inStream, /* UInt32 flags, */ IArchiveOpenCallback *callback) in Open2()
537 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback) in Open()
547 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) in OpenSeq()
556 STDMETHODIMP CHandler::Close() in Close()
733 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
802 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *timeType) in GetFileTimeType()
808 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems, in UpdateItems()
937 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numPr… in SetProperties()