Home
last modified time | relevance | path

Searched refs:PROPID (Results 1 – 25 of 46) 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()
DSplitHandler.cpp54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
/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()
426 void CFieldPrinter::AddProp(const wchar_t *name, PROPID propID, bool isRawProp) in AddProp()
460 PROPID propID; in AddMainProps()
475 PROPID propID; in AddRawProps()
764 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &val… in GetUInt64Value()
796 static void PrintPropName_and_Eq(CStdOutStream &so, PROPID propID) in PrintPropName_and_Eq()
810 static void PrintPropNameAndNumber(CStdOutStream &so, PROPID propID, UInt64 val) in PrintPropNameAndNumber()
[all …]
/external/lzma/CPP/7zip/Common/
DMethodProps.h21 PROPID Id;
41 void AddProp32(PROPID propid, UInt32 level);
43 void AddProp_Ascii(PROPID propid, const char *s) in AddProp_Ascii()
81 int FindProp(PROPID id) const;
DMethodProps.cpp152 void CProps::AddProp32(PROPID propid, UInt32 level) in AddProp32()
162 PROPID *_propIDs;
171 _propIDs = new PROPID[numPropsMax]; in CCoderProps()
211 int CMethodProps::FindProp(PROPID id) const in FindProp()
329 static bool IsLogSizeProp(PROPID propid) in IsLogSizeProp()
/external/lzma/CPP/7zip/Compress/
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.cpp16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
36 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop()
63 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties()
DLzmaEncoder.cpp69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp()
105 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties()
114 PROPID propID = propIDs[i]; in SetCoderProperties()
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()
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.h50 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
/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.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()
909 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
DUpdateCallback.cpp130 STDMETHODIMP CArchiveUpdateCallback::GetRootProp(PROPID propID, PROPVARIANT *value) in GetRootProp()
160 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
167 STDMETHODIMP CArchiveUpdateCallback::GetRootRawProp(PROPID in GetRootRawProp()
205 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp()
317 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
DLoadCodecs.h326 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
331 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
/external/lzma/CPP/7zip/
DICoder.h128 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…
280 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
355 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
362 typedef HRESULT (WINAPI *Func_GetMethodProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
/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.h71 typedef ULONG PROPID; typedef
190 PROPID propid;
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp67 BSTR * /* name */, PROPID * /* propID */, VARTYPE * /* varType */) in GetPropertyInfo() argument
167 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
289 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
308 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp()
529 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.h40 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);

12