/external/lzma/CPP/7zip/Common/ |
RegisterArc.h | 45 #define IMP_CreateArcIn IMP_CreateArcIn_2(CHandler)
51 #define IMP_CreateArcOut static IOutArchive *CreateArcOut() { return new CHandler; }
|
CreateCoder.h | 39 #define IMPL_ISetCompressCodecsInfo IMPL_ISetCompressCodecsInfo2(CHandler)
|
/external/lzma/CPP/7zip/Archive/ |
SplitHandler.cpp | 34 class CHandler:
54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
139 HRESULT CHandler::Open2(IInStream *stream, IArchiveOpenCallback *callback)
256 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback *callback)
266 STDMETHODIMP CHandler::Close()
275 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
296 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
337 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream)
|
IArchive.h | 417 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
419 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp(kProps)
422 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
424 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp_WITH_NAME(kProps)
428 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
430 STDMETHODIMP CHandler::GetArchivePropertyInfo IMP_IInArchive_GetProp(kArcProps)
433 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
435 STDMETHODIMP CHandler::GetArchivePropertyInfo IMP_IInArchive_GetProp_WITH_NAME(kArcProps)
438 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
440 STDMETHODIMP CHandler::GetArchivePropertyInfo(UInt32, BSTR *, PROPID *, VARTYPE *) \ [all...] |
LzmaHandler.cpp | 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)) [all...] |
XzHandler.cpp | 121 class CHandler:
177 CHandler();
180 CHandler::CHandler()
346 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
375 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
381 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
465 HRESULT CHandler::Open2(IInStream *inStream, /* UInt32 flags, */ IArchiveOpenCallback *callback)
537 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback)
547 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandler.cpp | 31 CHandler::CHandler()
46 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
56 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
62 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */,
151 void CHandler::AddMethodName(AString &s, UInt64 id)
173 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
262 bool CHandler::IsFolderEncrypted(CNum folderIndex) const
290 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps)
296 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) [all...] |
7zProperties.cpp | 96 void CHandler::FillPopIDs()
150 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
156 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)
|
7zHandler.h | 88 class CHandler:
129 CHandler();
|
7zHandlerOut.cpp | 35 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type)
41 HRESULT CHandler::PropsMethod_To_FullMethod(CMethodFull &dest, const COneMethodInfo &m)
51 HRESULT CHandler::SetHeaderMethod(CCompressionMethodMode &headerMethod)
69 void CHandler::AddDefaultMethod()
85 HRESULT CHandler::SetMainMethod(
231 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems,
795 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps)
|
7zExtract.cpp | 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
|
/external/lzma/CPP/7zip/UI/Common/ |
OpenArchive.cpp | 172 class CHandler:
202 CHandler()
208 int CHandler::FindInsertPos(const CParseItem &item)
232 void CHandler::AddUnknownItem(UInt64 next)
261 void CHandler::AddItem(const CParseItem &item)
302 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback * /* openArchiveCallback */)
313 STDMETHODIMP CHandler::Close()
320 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
326 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
367 HRESULT CHandler::Extract(const UInt32 *indices, UInt32 numItems, [all...] |