Home
last modified time | relevance | path

Searched refs:propID (Results 1 – 25 of 30) sorted by relevance

12

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp113 STDMETHODIMP CArchiveUpdateCallback::GetRootProp(PROPID propID, PROPVARIANT *value) in GetRootProp() argument
116 switch (propID) in GetRootProp()
143 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument
146 *propID = kpidNtSecure; in GetRawPropInfo()
152 propID in GetRootRawProp()
162 if (propID == kpidNtSecure) in GetRootRawProp()
179 return GetRootProps->GetRootRawProp(propID, data, dataSize, propType); in GetRootRawProp()
188 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp() argument
194 if (propID == kpidNtSecure || in GetRawProp()
195 propID == kpidNtReparse) in GetRawProp()
[all …]
DLoadCodecs.cpp248 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp() argument
251 return getProp2(index, propID, &prop);; in GetProp()
252 return getProp(propID, &prop); in GetProp()
258 UInt32 index, PROPID propID, bool &res) in GetProp_Bool() argument
262 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_Bool()
273 UInt32 index, PROPID propID, UInt32 &res, bool &defined) in GetProp_UInt32() argument
278 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_UInt32()
292 UInt32 index, PROPID propID, UString &res) in GetProp_String() argument
296 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_String()
307 UInt32 index, PROPID propID, CByteBuffer &bb) in GetProp_RawData() argument
[all …]
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…
DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty() argument
43 switch(propID) in GetProperty()
48 switch(propID) in GetProperty()
DPropIDUtils.cpp55 void ConvertPropertyToShortString(char *dest, const PROPVARIANT &prop, PROPID propID, bool full) th… in ConvertPropertyToShortString() argument
68 switch (propID) in ConvertPropertyToShortString()
138 void ConvertPropertyToString(UString &dest, const PROPVARIANT &prop, PROPID propID, bool full) in ConvertPropertyToString() argument
146 ConvertPropertyToShortString(temp, prop, propID, full); in ConvertPropertyToString()
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; \
/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() argument
98 switch (propID) in GetHandlerProperty2()
131 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) in GetHandlerProperty() argument
133 return GetHandlerProperty2(g_DefaultArcIndex, propID, value); in GetHandlerProperty()
DSplitHandler.cpp54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument
57 switch (propID) in GetArchiveProperty()
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument
284 switch (propID) in GetProperty()
DLzmaHandler.cpp235 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument
238 switch (propID) in GetArchiveProperty()
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument
284 switch (propID) in GetProperty()
DXzHandler.cpp31 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
346 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument
350 switch (propID) in GetArchiveProperty()
381 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty() argument
385 switch (propID) in GetProperty()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp322 void AddProp(BSTR name, PROPID propID, bool isRawProp);
369 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU) in GetPropName() argument
371 if (propID < ARRAY_SIZE(kPropIdToName)) in GetPropName()
373 nameA = kPropIdToName[propID]; in GetPropName()
381 ConvertUInt32ToString(propID, s); in GetPropName()
386 void CFieldPrinter::AddProp(BSTR name, PROPID propID, bool isRawProp) in AddProp() argument
389 f.PropID = propID; in AddProp()
391 GetPropName(propID, name, f.NameA, f.NameU); in AddProp()
420 PROPID propID; in AddMainProps() local
422 RINOK(archive->GetPropertyInfo(i, &name, &propID, &vt)); in AddMainProps()
[all …]
/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp78 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp() argument
80 if (propID == NCoderPropID::kMatchFinder) in SetLzmaProp()
86 if (propID > NCoderPropID::kReduceSize) in SetLzmaProp()
88 if (propID == NCoderPropID::kReduceSize) in SetLzmaProp()
97 switch (propID) in SetLzmaProp()
123 PROPID propID = propIDs[i]; in SetCoderProperties() local
124 switch (propID) in SetCoderProperties()
129 RINOK(SetLzmaProp(propID, prop, props)); in SetCoderProperties()
DLzma2Encoder.cpp16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop() argument
46 switch (propID) in SetLzma2Prop()
53 RINOK(NLzma::SetLzmaProp(propID, prop, lzma2Props.lzmaProps)); in SetLzma2Prop()
DCodecExports.cpp148 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() argument
152 switch (propID) in GetMethodProperty()
222 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp() argument
226 switch (propID) in GetHasherProp()
256 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
275 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp() argument
277 return ::GetHasherProp(index, propID, value); in GetHasherProp()
DPpmdEncoder.cpp67 PROPID propID = propIDs[i]; in SetCoderProperties() local
68 if (propID > NCoderPropID::kReduceSize) in SetCoderProperties()
70 if (propID == NCoderPropID::kReduceSize) in SetCoderProperties()
79 switch (propID) in SetCoderProperties()
DDeltaFilter.cpp65 PROPID propID = propIDs[i]; in SetCoderProperties() local
66 if (propID >= NCoderPropID::kReduceSize) in SetCoderProperties()
70 switch (propID) in SetCoderProperties()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp17 static void SetMethodProp32(COneMethodInfo &m, PROPID propID, UInt32 value) in SetMethodProp32() argument
19 if (m.FindProp(propID) < 0) in SetMethodProp32()
20 m.AddProp32(propID, value); in SetMethodProp32()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp173 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument
179 switch (propID) in GetArchiveProperty()
296 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument
299 *propID = kpidNtSecure; in GetRawPropInfo()
315 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp() argument
322 !_db.IsTree && */ propID == kpidPath) in GetRawProp()
542 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() argument
558 switch(propID) in GetProperty()
D7zProperties.cpp156 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo() argument
164 *propID = srcItem.propid; in GetPropertyInfo()
/external/lzma/CPP/7zip/
DICoder.h133 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/Common/
DCreateCoder.cpp32 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UI… in ReadNumberOfStreams() argument
35 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadNumberOfStreams()
45 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, boo… in ReadIsAssignedProp() argument
48 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadIsAssignedProp()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp102 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) in IsArchiveItemProp() argument
105 RINOK(archive->GetProperty(index, propID, &prop)); in IsArchiveItemProp()
497 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
564 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() argument
568 if (propID == kpidIsAnti) in GetProperty()
577 switch(propID) in GetProperty()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp644 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime() argument
648 RINOK(getProp->GetProp(propID, &prop)); in GetTime()
660 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result) in GetItemBoolProp() argument
664 RINOK(getProp->GetProp(propID, &prop)); in GetItemBoolProp()

12