Home
last modified time | relevance | path

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

12

/external/lzma/CPP/7zip/Archive/
DIArchive.h205 STDMETHOD(GetProperty)(PROPID propID, PROPVARIANT *value) x; \
269 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) MY_NO_THROW_DECL_ONLY x; \
271 STDMETHOD(GetArchiveProperty)(PROPID propID, PROPVARIANT *value) MY_NO_THROW_DECL_ONLY x; \
273 …STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_NO_THROW…
275 …STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_N…
318 …STDMETHOD(GetRawProp)(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *pr…
320 STDMETHOD(GetRawPropInfo)(UInt32 index, BSTR *name, PROPID *propID) x;
328 STDMETHOD(GetRootProp)(PROPID propID, PROPVARIANT *value) x; \
329 …STDMETHOD(GetRootRawProp)(PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType) x;…
406 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
[all …]
DArchiveExports.cpp92 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2()
133 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) in GetHandlerProperty()
/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
37 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop()
60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties()
74 STDMETHODIMP CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, in SetCoderPropertiesOpt()
80 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt()
DXzEncoder.h33 HRESULT SetCoderProp(PROPID propID, const PROPVARIANT &prop);
37 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
38 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzmaEncoder.cpp69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp()
110 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties()
119 PROPID propID = propIDs[i]; in SetCoderProperties()
132 STDMETHODIMP CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, in SetCoderPropertiesOpt()
138 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt()
DXzEncoder.cpp19 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
92 HRESULT CEncoder::SetCoderProp(PROPID propID, const PROPVARIANT &prop) in SetCoderProp()
188 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties()
203 STDMETHODIMP CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, in SetCoderPropertiesOpt()
209 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt()
DDeltaFilter.cpp38 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
54 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties()
60 PROPID propID = propIDs[i]; in SetCoderProperties()
DLzma2Encoder.h32 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
34 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzmaEncoder.h33 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
35 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DCodecExports.cpp178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty()
284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp()
317 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
336 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
DPpmdEncoder.cpp56 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties()
63 PROPID propID = propIDs[i]; in SetCoderProperties()
DPpmdEncoder.h50 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
/external/lzma/CPP/7zip/Common/
DMethodProps.h24 PROPID Id;
44 void AddProp32(PROPID propid, UInt32 val);
46 void AddPropBool(PROPID propid, bool val);
48 void AddProp_Ascii(PROPID propid, const char *s) in AddProp_Ascii()
86 int FindProp(PROPID id) const;
148 UInt64 GetProp_BlockSize(PROPID id) const in GetProp_BlockSize()
DMethodProps.cpp164 void CProps::AddProp32(PROPID propid, UInt32 val) in AddProp32()
172 void CProps::AddPropBool(PROPID propid, bool val) in AddPropBool()
182 PROPID *_propIDs;
191 _propIDs = new PROPID[numPropsMax]; in CCoderProps()
231 int CMethodProps::FindProp(PROPID id) const in FindProp()
364 static bool IsLogSizeProp(PROPID propid) in IsLogSizeProp()
/external/lzma/CPP/7zip/
DICoder.h140 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)…
145 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…
308 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
383 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
390 typedef HRESULT (WINAPI *Func_GetMethodProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
/external/lzma/CPP/7zip/UI/Console/
DList.cpp166 PROPID PropID;
178 PROPID PropID;
362 void AddProp(const wchar_t *name, PROPID propID, bool isRawProp);
409 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU) in GetPropName()
425 void CFieldPrinter::AddProp(const wchar_t *name, PROPID propID, bool isRawProp) in AddProp()
459 PROPID propID; in AddMainProps()
474 PROPID propID; in AddRawProps()
761 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &val… in GetUInt64Value()
793 static void PrintPropName_and_Eq(CStdOutStream &so, PROPID propID) in PrintPropName_and_Eq()
807 static void PrintPropNameAndNumber(CStdOutStream &so, PROPID propID, UInt64 val) in PrintPropNameAndNumber()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.h9 void ConvertPropertyToShortString2(char *dest, const PROPVARIANT &propVariant, PROPID propID, int l…
10 void ConvertPropertyToString2(UString &dest, const PROPVARIANT &propVariant, PROPID propID, int lev…
DLoadCodecs.cpp231 PROPID propId, CLSID &clsId, bool &isAssigned) in GetCoderClass()
298 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp()
308 UInt32 index, PROPID propID, bool &res) in GetProp_Bool()
323 UInt32 index, PROPID propID, UInt32 &res, bool &defined) in GetProp_UInt32()
342 UInt32 index, PROPID propID, UString &res) in GetProp_String()
357 UInt32 index, PROPID propID, CByteBuffer &bb) in GetProp_RawData()
803 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
808 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
828 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
911 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
DUpdateCallback.cpp133 STDMETHODIMP CArchiveUpdateCallback::GetRootProp(PROPID propID, PROPVARIANT *value) in GetRootProp()
163 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
170 STDMETHODIMP CArchiveUpdateCallback::GetRootRawProp(PROPID in GetRootRawProp()
208 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp()
320 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
/external/lzma/CPP/Common/
DCrcReg.cpp39 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
66 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, U… in SetCoderProperties()
DMyWindows.h84 typedef ULONG PROPID; typedef
205 PROPID propid;
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp66 BSTR * /* name */, PROPID * /* propID */, VARTYPE * /* varType */) in GetPropertyInfo() argument
166 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
295 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
314 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp()
535 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
/external/lzma/CPP/7zip/UI/FileManager/
DPropertyName.h8 UString GetNameOfProperty(PROPID propID, const wchar_t *name);
DPropertyName.cpp10 UString GetNameOfProperty(PROPID propID, const wchar_t *name) in GetNameOfProperty()
/external/lzma/CPP/7zip/Crypto/
DMyAes.h42 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);

12