Home
last modified time | relevance | path

Searched defs:propID (Results 1 – 25 of 27) sorted by relevance

12

/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp()
119 PROPID propID = propIDs[i]; in SetCoderProperties() local
138 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt() local
DLzma2Encoder.cpp37 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop()
80 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt() local
DCodecExports.cpp178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty()
284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp()
336 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
DXzEncoder.cpp92 HRESULT CEncoder::SetCoderProp(PROPID propID, const PROPVARIANT &prop) in SetCoderProp()
209 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt() local
DDeltaFilter.cpp60 PROPID propID = propIDs[i]; in SetCoderProperties() local
DPpmdEncoder.cpp63 PROPID propID = propIDs[i]; in SetCoderProperties() local
/external/lzma/CPP/7zip/UI/Console/
DList.cpp409 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() local
474 PROPID propID; in AddRawProps() local
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()
813 static void PrintPropNameAndNumber_Signed(CStdOutStream &so, PROPID propID, Int64 val) in PrintPropNameAndNumber_Signed()
879 static void PrintPropertyPair2(CStdOutStream &so, PROPID propID, const wchar_t *name, const CPropVa… in PrintPropertyPair2()
897 static HRESULT PrintArcProp(CStdOutStream &so, IInArchive *archive, PROPID propID, const wchar_t *n… in PrintArcProp()
[all …]
/external/lzma/CPP/7zip/UI/Common/
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()
DLoadCodecs.cpp298 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()
828 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
911 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty()
DPropIDUtils.cpp130 void ConvertPropertyToShortString2(char *dest, const PROPVARIANT &prop, PROPID propID, int level) t… in ConvertPropertyToShortString2()
204 void ConvertPropertyToString2(UString &dest, const PROPVARIANT &prop, PROPID propID, int level) in ConvertPropertyToString2()
DArchiveExtractCallback.cpp372 HRESULT CArchiveExtractCallback::GetTime(UInt32 index, PROPID propID, FILETIME &filetime, bool &fil… in GetTime()
430 STDMETHODIMP CGetProp::GetProp(PROPID propID, PROPVARIANT *value) in GetProp()
/external/lzma/CPP/7zip/Archive/
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()
DLzmaHandler.cpp213 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
298 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
DXzHandler.cpp324 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
384 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty()
/external/lzma/CPP/7zip/UI/FileManager/
DPropertyName.cpp10 UString GetNameOfProperty(PROPID propID, const wchar_t *name) in GetNameOfProperty()
DExtractCallback.cpp783 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime()
799 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result) in GetItemBoolProp()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp166 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()
D7zProperties.cpp149 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo()
D7zHandlerOut.cpp162 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, PROPID propID, UInt64 &ft… in GetTime()
D7zEncode.cpp387 PROPID propID = NCoderPropID::kExpectedDataSize; in Encode() local
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp47 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UI… in ReadNumberOfStreams()
60 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, boo… in ReadIsAssignedProp()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp91 static void SetMethodProp32(COneMethodInfo &m, PROPID propID, UInt32 value) in SetMethodProp32()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp136 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) in IsArchiveItemProp()
595 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()

12