HomeSort by relevance Sort by last modified time
    Searched defs:CHandler (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 34 class CHandler:
72 CHandler();
7zHandler.cpp 32 CHandler::CHandler()
49 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
59 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 * /* numProperties */)
64 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */,
83 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
193 bool CHandler::IsEncrypted(UInt32 index2) const
201 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
384 STDMETHODIMP CHandler::Open(IInStream *stream,
435 STDMETHODIMP CHandler::Close()
    [all...]
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 33 class CHandler:
51 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
137 STDMETHODIMP CHandler::Open(IInStream *stream,
269 STDMETHODIMP CHandler::Close()
276 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
282 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
297 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
338 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream)
359 static IInArchive *CreateArc() { return new CHandler; }
LzmaHandler.cpp 173 class CHandler:
200 CHandler(bool lzma86) { _lzma86 = lzma86; }
209 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
220 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
256 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
280 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *)
305 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream)
312 STDMETHODIMP CHandler::Close()
321 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
411 static IInArchive *CreateArc() { return new CHandler(false); }
    [all...]
XzHandler.cpp 43 class CHandler:
93 CHandler();
96 CHandler::CHandler()
255 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
270 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
276 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
321 HRESULT CHandler::Open2(IInStream *inStream, IArchiveOpenCallback *callback)
388 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback)
400 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream)
    [all...]

Completed in 81 milliseconds