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

/external/lzma/CPP/7zip/UI/FileManager/
H A DPropertyName.cpp10 UString GetNameOfProperty(PROPID propID, const wchar_t *name) argument
12 if (propID < 1000)
14 UString s = LangString(1000 + propID);
21 ConvertUInt32ToString(propID, temp);
H A DExtractCallback.cpp781 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) argument
785 RINOK(getProp->GetProp(propID, &prop));
797 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result) argument
801 RINOK(getProp->GetProp(propID, &prop));
/external/lzma/CPP/7zip/Archive/7z/
H A D7zProperties.cpp149 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) argument
160 *propID = st.PropID;
H A D7zHandler.cpp67 BSTR * /* name */, PROPID * /* propID */, VARTYPE * /* varType */)
167 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) argument
173 switch (propID)
289 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) argument
292 *propID = kpidNtSecure;
308 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType) argument
314 if (/* _db.IsTree && propID == kpidName ||
315 !_db.IsTree && */ propID == kpidPath)
331 if (propID == kpidNtSecure)
529 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIAN argument
[all...]
H A D7zHandlerOut.cpp157 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, PROPID propID, UInt64 &ft, bool &ftDefined) argument
162 RINOK(updateCallback->GetProperty(index, propID, &prop));
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp17 static void SetMethodProp32(COneMethodInfo &m, PROPID propID, UInt32 value) argument
19 if (m.FindProp(propID) < 0)
20 m.AddProp32(propID, value);
/external/lzma/CPP/7zip/Compress/
H A DDeltaFilter.cpp60 PROPID propID = propIDs[i]; local
61 if (propID >= NCoderPropID::kReduceSize)
65 switch (propID)
H A DLzma2Encoder.cpp16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
36 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) argument
38 switch (propID)
58 RINOK(NLzma::SetLzmaProp(propID, prop, lzma2Props.lzmaProps));
H A DPpmdEncoder.cpp63 PROPID propID = propIDs[i]; local
64 if (propID > NCoderPropID::kReduceSize)
66 if (propID == NCoderPropID::kReduceSize)
75 switch (propID)
H A DLzmaEncoder.cpp69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) argument
71 if (propID == NCoderPropID::kMatchFinder)
77 if (propID > NCoderPropID::kReduceSize)
79 if (propID == NCoderPropID::kReduceSize)
88 switch (propID)
114 PROPID propID = propIDs[i]; local
115 switch (propID)
120 RINOK(SetLzmaProp(propID, prop, props));
H A DCodecExports.cpp178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) argument
182 switch (propID)
284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) argument
288 switch (propID)
317 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
336 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) argument
338 return ::GetHasherProp(index, propID, value);
H A DBcj2Coder.cpp74 PROPID propID = propIDs[i]; local
75 if (propID >= NCoderPropID::kReduceSize)
77 switch (propID)
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) argument
43 switch (propID)
49 switch (propID)
H A DPropIDUtils.cpp86 void ConvertPropertyToShortString(char *dest, const PROPVARIANT &prop, PROPID propID, bool full) throw() argument
101 switch (propID)
161 void ConvertPropertyToString(UString &dest, const PROPVARIANT &prop, PROPID propID, bool full) argument
169 ConvertPropertyToShortString(temp, prop, propID, full);
H A DUpdateCallback.cpp130 STDMETHODIMP CArchiveUpdateCallback::GetRootProp(PROPID propID, PROPVARIANT *value) argument
133 switch (propID)
160 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) argument
163 *propID = kpidNtSecure;
169 propID
179 if (propID == kpidNtSecure)
196 return Arc->GetRootProps->GetRootRawProp(propID, data, dataSize, propType);
205 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType) argument
211 if (propID == kpidNtSecure ||
212 propID
317 GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) argument
[all...]
H A DArchiveExtractCallback.cpp362 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined) argument
366 RINOK(_arc->Archive->GetProperty(index, propID, &prop));
421 STDMETHODIMP CGetProp::GetProp(PROPID propID, PROPVARIANT *value) argument
424 if (propID == kpidName)
433 return Arc->Archive->GetProperty(IndexInArc, propID, value);
H A DLoadCodecs.cpp298 UInt32 index, PROPID propID, NCOM::CPropVariant &prop)
301 return getProp2(index, propID, &prop);;
302 return getProp(propID, &prop);
308 UInt32 index, PROPID propID, bool &res)
312 RINOK(GetProp(getProp, getProp2, index, propID, prop));
323 UInt32 index, PROPID propID, UInt32 &res, bool &defined)
328 RINOK(GetProp(getProp, getProp2, index, propID, prop));
342 UInt32 index, PROPID propID, UString &res)
346 RINOK(GetProp(getProp, getProp2, index, propID, prop));
357 UInt32 index, PROPID propID, CByteBuffe
295 GetProp( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, NCOM::CPropVariant &prop) argument
305 GetProp_Bool( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, bool &res) argument
320 GetProp_UInt32( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, UInt32 &res, bool &defined) argument
339 GetProp_String( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, UString &res) argument
354 GetProp_RawData( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, CByteBuffer &bb) argument
828 GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) argument
909 GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) argument
[all...]
H A DOpenArchive.cpp322 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) argument
329 switch (propID)
448 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw() argument
452 RINOK(arc->GetProperty(index, propID, &prop));
1143 STDMETHODIMP CArchiveOpenCallback_Offset::GetProperty(PROPID propID, PROPVARIANT *value) argument
1146 return OpenVolumeCallback->GetProperty(propID, value);
/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp92 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) argument
100 switch (propID)
133 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) argument
135 return GetHandlerProperty2(g_DefaultArcIndex, propID, value);
H A DSplitHandler.cpp54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) argument
57 switch (propID)
276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) argument
279 switch (propID)
H A DLzmaHandler.cpp215 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) argument
218 switch (propID)
261 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) argument
264 switch (propID)
H A DXzHandler.cpp37 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
304 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) argument
308 switch (propID)
339 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) argument
343 switch (propID)
/external/lzma/CPP/7zip/Common/
H A DCreateCoder.cpp47 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UInt32 &res) argument
50 RINOK(codecsInfo->GetProperty(index, propID, &prop));
60 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, bool &res) argument
63 RINOK(codecsInfo->GetProperty(index, propID, &prop));
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp110 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) argument
113 RINOK(archive->GetProperty(index, propID, &prop));
504 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
565 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) argument
569 if (propID == kpidIsAnti)
578 switch (propID)
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp362 void AddProp(const wchar_t *name, PROPID propID, bool isRawProp);
409 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU) argument
411 if (propID < ARRAY_SIZE(kPropIdToName))
413 nameA = kPropIdToName[propID];
421 ConvertUInt32ToString(propID, s);
426 void CFieldPrinter::AddProp(const wchar_t *name, PROPID propID, bool isRawProp) argument
429 f.PropID = propID;
431 GetPropName(propID, name, f.NameA, f.NameU);
460 PROPID propID; local
462 RINOK(archive->GetPropertyInfo(i, &name, &propID,
475 PROPID propID; local
764 GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &value) argument
796 PrintPropName_and_Eq(CStdOutStream &so, PROPID propID) argument
810 PrintPropNameAndNumber(CStdOutStream &so, PROPID propID, UInt64 val) argument
816 PrintPropNameAndNumber_Signed(CStdOutStream &so, PROPID propID, Int64 val) argument
828 PrintPropertyPair2(CStdOutStream &so, PROPID propID, const wchar_t *name, const CPropVariant &prop) argument
844 PrintArcProp(CStdOutStream &so, IInArchive *archive, PROPID propID, const wchar_t *name) argument
910 PROPID propID; local
927 PROPID propID; local
[all...]

Completed in 3900 milliseconds