Lines Matching refs:CHandler
46 class CHandler: class
154 CHandler();
155 ~CHandler();
164 CHandler::CHandler(): in CHandler() function in NArchive::NXz::CHandler
173 CHandler::~CHandler() in ~CHandler()
324 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
378 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
384 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty()
476 HRESULT CHandler::Open2(IInStream *inStream, /* UInt32 flags, */ IArchiveOpenCallback *callback) in Open2()
626 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback) in Open()
636 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) in OpenSeq()
645 STDMETHODIMP CHandler::Close() in Close()
714 CHandler *_handlerSpec;
913 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream) in GetStream()
979 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
1040 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *timeType) in GetFileTimeType()
1047 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems, in UpdateItems()
1196 HRESULT CHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty()
1250 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt3… in SetProperties()