Home
last modified time | relevance | path

Searched refs:CHandler (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp31 CHandler::CHandler() in CHandler() function in NArchive::N7z::CHandler
46 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
56 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties()
62 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo()
151 void CHandler::AddMethodName(AString &s, UInt64 id) in AddMethodName()
173 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
262 bool CHandler::IsFolderEncrypted(CNum folderIndex) const in IsFolderEncrypted()
290 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps) in GetNumRawProps()
296 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
303 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) in GetParent()
[all …]
D7zProperties.cpp96 void CHandler::FillPopIDs() in FillPopIDs()
150 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties()
156 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo()
D7zHandlerOut.cpp35 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) in GetFileTimeType()
41 HRESULT CHandler::PropsMethod_To_FullMethod(CMethodFull &dest, const COneMethodInfo &m) in PropsMethod_To_FullMethod()
51 HRESULT CHandler::SetHeaderMethod(CCompressionMethodMode &headerMethod) in SetHeaderMethod()
69 void CHandler::AddDefaultMethod() in AddDefaultMethod()
85 HRESULT CHandler::SetMainMethod( in SetMainMethod()
231 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems, in UpdateItems()
795 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numPr… in SetProperties()
D7zHandler.h88 class CHandler:
129 CHandler();
D7zExtract.cpp46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
/external/lzma/CPP/7zip/Archive/
DIArchive.h417 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 …]
DSplitHandler.cpp34 class CHandler: class
54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
139 HRESULT CHandler::Open2(IInStream *stream, IArchiveOpenCallback *callback) in Open2()
256 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback *callback) in Open()
266 STDMETHODIMP CHandler::Close() in Close()
275 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
296 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
337 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream) in GetStream()
DLzmaHandler.cpp186 class CHandler: class
226 CHandler(bool lzma86) { _lzma86 = lzma86; } in CHandler() function in NArchive::NLzma::CHandler
235 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
258 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
348 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *) in Open()
373 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) in OpenSeq()
381 STDMETHODIMP CHandler::Close() in Close()
426 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
572 IMP_CreateArcIn_2(CHandler(false))
[all …]
DXzHandler.cpp121 class CHandler: class
177 CHandler();
180 CHandler::CHandler() in CHandler() function in NArchive::NXz::CHandler
346 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
375 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
381 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty()
465 HRESULT CHandler::Open2(IInStream *inStream, /* UInt32 flags, */ IArchiveOpenCallback *callback) in Open2()
537 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback) in Open()
547 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) in OpenSeq()
556 STDMETHODIMP CHandler::Close() in Close()
[all …]
/external/lzma/CPP/7zip/Common/
DRegisterArc.h45 #define IMP_CreateArcIn IMP_CreateArcIn_2(CHandler)
51 #define IMP_CreateArcOut static IOutArchive *CreateArcOut() { return new CHandler; }
DCreateCoder.h39 #define IMPL_ISetCompressCodecsInfo IMPL_ISetCompressCodecsInfo2(CHandler)
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp172 class CHandler: class
202 CHandler() in CHandler() function in NArchive::NParser::CHandler
208 int CHandler::FindInsertPos(const CParseItem &item) in FindInsertPos()
232 void CHandler::AddUnknownItem(UInt64 next) in AddUnknownItem()
261 void CHandler::AddItem(const CParseItem &item) in AddItem()
302 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback * /* openArchiv… in Open()
313 STDMETHODIMP CHandler::Close() in Close()
320 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems()
326 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
367 HRESULT CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
[all …]