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

  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 81 class CHandler:
122 CHandler();
7zHandler.cpp 31 CHandler::CHandler()
50 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
60 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
66 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */,
155 void CHandler::AddMethodName(AString &s, UInt64 id)
167 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
255 bool CHandler::IsFolderEncrypted(CNum folderIndex) const
283 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps)
289 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID)
    [all...]
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 34 class CHandler:
54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
124 HRESULT CHandler::Open2(IInStream *stream, IArchiveOpenCallback *callback)
251 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback *callback)
261 STDMETHODIMP CHandler::Close()
270 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
291 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
332 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream)
LzmaHandler.cpp 174 class CHandler:
206 CHandler(bool lzma86) { _lzma86 = lzma86; }
215 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
238 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
261 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
328 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *)
353 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream)
361 STDMETHODIMP CHandler::Close()
406 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
553 CHandler(false),
    [all...]
XzHandler.cpp 71 class CHandler:
133 CHandler();
136 CHandler::CHandler()
304 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
333 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
339 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
404 HRESULT CHandler::Open2(IInStream *inStream, /* UInt32 flags, */ IArchiveOpenCallback *callback)
480 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback)
490 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 172 class CHandler:
201 CHandler(): _maxEndOffset(0) {}
204 int CHandler::FindInsertPos(const CParseItem &item) const
228 void CHandler::AddUnknownItem(UInt64 next)
257 void CHandler::AddItem(const CParseItem &item)
298 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback * /* openArchiveCallback */)
309 STDMETHODIMP CHandler::Close()
316 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
322 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
363 HRESULT CHandler::Extract(const UInt32 *indices, UInt32 numItems,
    [all...]

Completed in 218 milliseconds