/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 31 CHandler::CHandler() in CHandler() function in NArchive::N7z::CHandler 49 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems() 59 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() 65 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo() 154 void CHandler::AddMethodName(AString &s, UInt64 id) in AddMethodName() 166 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() 261 bool CHandler::IsFolderEncrypted(CNum folderIndex) const in IsFolderEncrypted() 289 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps) in GetNumRawProps() 295 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() 302 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) in GetParent() [all …]
|
D | 7zProperties.cpp | 88 void CHandler::FillPopIDs() in FillPopIDs() 143 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() 149 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo()
|
D | 7zHandler.h | 83 class CHandler: 131 CHandler();
|
D | 7zHandlerOut.cpp | 38 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) in GetFileTimeType() 44 HRESULT CHandler::PropsMethod_To_FullMethod(CMethodFull &dest, const COneMethodInfo &m) in PropsMethod_To_FullMethod() 56 HRESULT CHandler::SetHeaderMethod(CCompressionMethodMode &headerMethod) in SetHeaderMethod() 72 HRESULT CHandler::SetMainMethod( in SetMainMethod() 250 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems, in UpdateItems() 869 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt3… in SetProperties()
|
D | 7zExtract.cpp | 217 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 34 class CHandler: class 54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() 124 HRESULT CHandler::Open2(IInStream *stream, IArchiveOpenCallback *callback) in Open2() 251 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback *callback) in Open() 261 STDMETHODIMP CHandler::Close() in Close() 270 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems() 276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() 291 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract() 332 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream) in GetStream()
|
D | IArchive.h | 549 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \ 551 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp(kProps) 554 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \ 556 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp_WITH_NAME(kProps) 560 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \ 562 STDMETHODIMP CHandler::GetArchivePropertyInfo IMP_IInArchive_GetProp(kArcProps) 565 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \ 567 STDMETHODIMP CHandler::GetArchivePropertyInfo IMP_IInArchive_GetProp_WITH_NAME(kArcProps) 570 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \ 572 STDMETHODIMP CHandler::GetArchivePropertyInfo(UInt32, BSTR *, PROPID *, VARTYPE *) \ [all …]
|
D | LzmaHandler.cpp | 170 class CHandler: class 204 CHandler(bool lzma86) { _lzma86 = lzma86; } in CHandler() function in NArchive::NLzma::CHandler 213 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() 238 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems() 270 void CHandler::GetMethod(NCOM::CPropVariant &prop) in GetMethod() 298 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() 356 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *) in Open() 409 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) in OpenSeq() 417 STDMETHODIMP CHandler::Close() in Close() 462 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract() [all …]
|
D | XzHandler.cpp | 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() [all …]
|
/external/lzma/CPP/7zip/Common/ |
D | RegisterArc.h | 33 #define IMP_CreateArcIn IMP_CreateArcIn_2(CHandler()) 39 #define IMP_CreateArcOut static IOutArchive *CreateArcOut() { return new CHandler(); } 60 REGISTER_ARC_I_CLS(CHandler(), n, e, ae, id, sig, offs, flags, isArc) 63 REGISTER_ARC_I_CLS_NO_SIG(CHandler(), n, e, ae, id, offs, flags, isArc)
|
D | CreateCoder.h | 54 #define IMPL_ISetCompressCodecsInfo IMPL_ISetCompressCodecsInfo2(CHandler)
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 172 class CHandler: class 201 CHandler(): _maxEndOffset(0) {} in CHandler() function in NArchive::NParser::CHandler 204 int CHandler::FindInsertPos(const CParseItem &item) const in FindInsertPos() 228 void CHandler::AddUnknownItem(UInt64 next) in AddUnknownItem() 257 void CHandler::AddItem(const CParseItem &item) in AddItem() 298 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback * /* openArchiv… in Open() 309 STDMETHODIMP CHandler::Close() in Close() 316 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems() 322 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() 363 HRESULT CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract() [all …]
|