Home | History | Annotate | Download | only in Archive

Lines Matching full:chandler

186 class CHandler:

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