Home
last modified time | relevance | path

Searched refs:PROPID (Results 1 – 25 of 42) sorted by relevance

12

/external/lzma/CPP/7zip/Archive/
DIArchive.h132 STDMETHOD(GetProperty)(PROPID propID, PROPVARIANT *value) x; \
199 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) MY_NO_THROW_DECL_ONLY x; \
201 STDMETHOD(GetArchiveProperty)(PROPID propID, PROPVARIANT *value) MY_NO_THROW_DECL_ONLY x; \
203 …STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_NO_THROW…
205 …STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_N…
246 …STDMETHOD(GetRawProp)(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *pr…
248 STDMETHOD(GetRawPropInfo)(UInt32 index, BSTR *name, PROPID *propID) x;
256 STDMETHOD(GetRootProp)(PROPID propID, PROPVARIANT *value) x; \
257 …STDMETHOD(GetRootRawProp)(PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType) x;…
332 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
[all …]
DArchiveExports.cpp90 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2()
131 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) in GetHandlerProperty()
DSplitHandler.cpp54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
/external/lzma/CPP/7zip/Common/
DMethodProps.h21 PROPID Id;
41 void AddProp32(PROPID propid, UInt32 level);
43 void AddPropString(PROPID propid, const wchar_t *s) in AddPropString()
82 int FindProp(PROPID id) const;
DMethodProps.cpp138 void CProps::AddProp32(PROPID propid, UInt32 level) in AddProp32()
149 PROPID *_propIDs;
158 _propIDs = new PROPID[numPropsMax]; in CCoderProps()
198 int CMethodProps::FindProp(PROPID id) const in FindProp()
316 static bool IsLogSizeProp(PROPID propid) in IsLogSizeProp()
/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop()
58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties()
DDeltaFilter.cpp30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UIn… in SetCoderProperties()
65 PROPID propID = propIDs[i]; in SetCoderProperties()
DLzmaEncoder.cpp78 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp()
114 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties()
123 PROPID propID = propIDs[i]; in SetCoderProperties()
DCodecExports.cpp148 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty()
222 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp()
256 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
275 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
DPpmdEncoder.cpp60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties()
67 PROPID propID = propIDs[i]; in SetCoderProperties()
DLzma2Encoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzmaEncoder.h28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DPpmdEncoder.h49 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
/external/lzma/CPP/7zip/UI/Console/
DList.cpp160 PROPID PropID;
172 PROPID PropID;
322 void AddProp(BSTR name, PROPID propID, bool isRawProp);
369 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU) in GetPropName()
386 void CFieldPrinter::AddProp(BSTR name, PROPID propID, bool isRawProp) in AddProp()
420 PROPID propID; in AddMainProps()
435 PROPID propID; in AddRawProps()
733 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &val… in GetUInt64Value()
765 static void PrintPropName_and_Eq(PROPID propID) in PrintPropName_and_Eq()
779 static void PrintPropNameAndNumber(PROPID propID, UInt64 val) in PrintPropNameAndNumber()
[all …]
/external/lzma/CPP/7zip/
DICoder.h55 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…
133 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
200 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
207 typedef HRESULT (WINAPI *Func_GetMethodProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.h9 void ConvertPropertyToShortString(char *dest, const PROPVARIANT &propVariant, PROPID propID, bool f…
10 void ConvertPropertyToString(UString &dest, const PROPVARIANT &propVariant, PROPID propID, bool ful…
DLoadCodecs.cpp186 PROPID propId, CLSID &clsId, bool &isAssigned) in GetCoderClass()
248 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp()
258 UInt32 index, PROPID propID, bool &res) in GetProp_Bool()
273 UInt32 index, PROPID propID, UInt32 &res, bool &defined) in GetProp_UInt32()
292 UInt32 index, PROPID propID, UString &res) in GetProp_String()
307 UInt32 index, PROPID propID, CByteBuffer &bb) in GetProp_RawData()
682 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
687 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
707 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
775 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
DUpdateCallback.cpp113 STDMETHODIMP CArchiveUpdateCallback::GetRootProp(PROPID propID, PROPVARIANT *value) in GetRootProp()
143 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
150 STDMETHODIMP CArchiveUpdateCallback::GetRootRawProp(PROPID in GetRootRawProp()
188 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp()
302 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
DLoadCodecs.h223 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
228 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
DIFileExtractCallback.h53 STDMETHOD(GetProp)(PROPID propID, PROPVARIANT *value) x; \
DPropIDUtils.cpp55 void ConvertPropertyToShortString(char *dest, const PROPVARIANT &prop, PROPID propID, bool full) th… in ConvertPropertyToShortString()
138 void ConvertPropertyToString(UString &dest, const PROPVARIANT &prop, PROPID propID, bool full) in ConvertPropertyToString()
/external/lzma/CPP/Common/
DCrcReg.cpp46 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
90 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties()
DMyWindows.h71 typedef ULONG PROPID; typedef
190 PROPID propid;
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp63 BSTR * /* name */, PROPID * /* propID */, VARTYPE * /* varType */) in GetPropertyInfo() argument
173 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
296 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
315 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp()
542 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
/external/lzma/CPP/7zip/Crypto/
DMyAes.h36 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);

12