/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 133 STDMETHODIMP CArchiveUpdateCallback::GetRootProp(PROPID propID, PROPVARIANT *value) in GetRootProp() argument 136 switch (propID) in GetRootProp() 163 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument 166 *propID = kpidNtSecure; in GetRawPropInfo() 172 propID in GetRootRawProp() 182 if (propID == kpidNtSecure) in GetRootRawProp() 199 return Arc->GetRootProps->GetRootRawProp(propID, data, dataSize, propType); in GetRootRawProp() 208 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp() argument 214 if (propID == kpidNtSecure || in GetRawProp() 215 propID == kpidNtReparse) in GetRawProp() [all …]
|
D | LoadCodecs.cpp | 298 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp() argument 301 return getProp2(index, propID, &prop);; in GetProp() 302 return getProp(propID, &prop); in GetProp() 308 UInt32 index, PROPID propID, bool &res) in GetProp_Bool() argument 312 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_Bool() 323 UInt32 index, PROPID propID, UInt32 &res, bool &defined) in GetProp_UInt32() argument 328 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_UInt32() 342 UInt32 index, PROPID propID, UString &res) in GetProp_String() argument 346 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_String() 357 UInt32 index, PROPID propID, CByteBuffer &bb) in GetProp_RawData() argument [all …]
|
D | ArchiveOpenCallback.cpp | 38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty() argument 43 switch (propID) in GetProperty() 49 switch (propID) in GetProperty()
|
D | PropIDUtils.h | 9 void ConvertPropertyToShortString2(char *dest, const PROPVARIANT &propVariant, PROPID propID, int l… 10 void ConvertPropertyToString2(UString &dest, const PROPVARIANT &propVariant, PROPID propID, int lev…
|
D | PropIDUtils.cpp | 130 void ConvertPropertyToShortString2(char *dest, const PROPVARIANT &prop, PROPID propID, int level) t… in ConvertPropertyToShortString2() argument 144 switch (propID) in ConvertPropertyToShortString2() 204 void ConvertPropertyToString2(UString &dest, const PROPVARIANT &prop, PROPID propID, int level) in ConvertPropertyToString2() argument 212 ConvertPropertyToShortString2(temp, prop, propID, level); in ConvertPropertyToString2()
|
/external/lzma/CPP/7zip/Archive/ |
D | IArchive.h | 205 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 …]
|
D | ArchiveExports.cpp | 92 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2() argument 100 switch (propID) in GetHandlerProperty2() 133 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) in GetHandlerProperty() argument 135 return GetHandlerProperty2(g_DefaultArcIndex, propID, value); in GetHandlerProperty()
|
D | SplitHandler.cpp | 54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument 57 switch (propID) in GetArchiveProperty() 276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument 279 switch (propID) in GetProperty()
|
D | LzmaHandler.cpp | 213 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument 216 switch (propID) in GetArchiveProperty() 298 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument 301 switch (propID) in GetProperty()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaEncoder.cpp | 69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp() argument 71 if (propID == NCoderPropID::kMatchFinder) in SetLzmaProp() 78 if (propID > NCoderPropID::kReduceSize) in SetLzmaProp() 81 if (propID == NCoderPropID::kReduceSize) in SetLzmaProp() 93 switch (propID) in SetLzmaProp() 119 PROPID propID = propIDs[i]; in SetCoderProperties() local 120 switch (propID) in SetCoderProperties() 125 RINOK(SetLzmaProp(propID, prop, props)); in SetCoderProperties() 138 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt() local 139 if (propID == NCoderPropID::kExpectedDataSize) in SetCoderPropertiesOpt()
|
D | XzEncoder.cpp | 19 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props); 92 HRESULT CEncoder::SetCoderProp(PROPID propID, const PROPVARIANT &prop) in SetCoderProp() argument 94 if (propID == NCoderPropID::kNumThreads) in SetCoderProp() 102 if (propID == NCoderPropID::kCheckSize) in SetCoderProp() 109 if (propID == NCoderPropID::kBlockSize2) in SetCoderProp() 120 if (propID == NCoderPropID::kReduceSize) in SetCoderProp() 129 if (propID == NCoderPropID::kFilter) in SetCoderProp() 184 return NLzma2::SetLzma2Prop(propID, prop, xzProps.lzma2Props); in SetCoderProp() 209 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt() local 210 if (propID == NCoderPropID::kExpectedDataSize) in SetCoderPropertiesOpt()
|
D | Lzma2Encoder.cpp | 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep); 37 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop() argument 39 switch (propID) in SetLzma2Prop() 54 RINOK(NLzma::SetLzmaProp(propID, prop, lzma2Props.lzmaProps)); in SetLzma2Prop() 80 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt() local 81 if (propID == NCoderPropID::kExpectedDataSize) in SetCoderPropertiesOpt()
|
D | CodecExports.cpp | 178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() argument 182 switch (propID) in GetMethodProperty() 284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp() argument 288 switch (propID) in GetHasherProp() 317 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value); 336 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp() argument 338 return ::GetHasherProp(index, propID, value); in GetHasherProp()
|
D | PpmdEncoder.cpp | 63 PROPID propID = propIDs[i]; in SetCoderProperties() local 64 if (propID > NCoderPropID::kReduceSize) in SetCoderProperties() 66 if (propID == NCoderPropID::kReduceSize) in SetCoderProperties() 75 switch (propID) in SetCoderProperties()
|
D | DeltaFilter.cpp | 60 PROPID propID = propIDs[i]; in SetCoderProperties() local 61 if (propID >= NCoderPropID::kReduceSize) in SetCoderProperties() 65 switch (propID) in SetCoderProperties()
|
D | XzEncoder.h | 33 HRESULT SetCoderProp(PROPID propID, const PROPVARIANT &prop);
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 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() argument 411 if (propID < ARRAY_SIZE(kPropIdToName)) in GetPropName() 413 nameA = kPropIdToName[propID]; in GetPropName() 421 nameA.Add_UInt32(propID); in GetPropName() 425 void CFieldPrinter::AddProp(const wchar_t *name, PROPID propID, bool isRawProp) in AddProp() argument 428 f.PropID = propID; in AddProp() 430 GetPropName(propID, name, f.NameA, f.NameU); in AddProp() 459 PROPID propID; in AddMainProps() local 461 RINOK(archive->GetPropertyInfo(i, &name, &propID, &vt)); in AddMainProps() [all …]
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | PropertyName.cpp | 10 UString GetNameOfProperty(PROPID propID, const wchar_t *name) in GetNameOfProperty() argument 12 if (propID < 1000) in GetNameOfProperty() 14 UString s = LangString(1000 + propID); in GetNameOfProperty() 21 ConvertUInt32ToString(propID, temp); in GetNameOfProperty()
|
D | PropertyName.h | 8 UString GetNameOfProperty(PROPID propID, const wchar_t *name);
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 166 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument 172 switch (propID) in GetArchiveProperty() 295 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument 298 *propID = kpidNtSecure; in GetRawPropInfo() 314 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp() argument 321 !_db.IsTree && */ propID == kpidPath) in GetRawProp() 535 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() argument 551 switch (propID) in GetProperty()
|
D | 7zProperties.cpp | 149 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo() argument 160 *propID = st.PropID; in GetPropertyInfo()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 91 static void SetMethodProp32(COneMethodInfo &m, PROPID propID, UInt32 value) in SetMethodProp32() argument 93 if (m.FindProp(propID) < 0) in SetMethodProp32() 94 m.AddProp32(propID, value); in SetMethodProp32()
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 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/Client7z/ |
D | Client7z.cpp | 136 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) in IsArchiveItemProp() argument 139 RINOK(archive->GetProperty(index, propID, &prop)); in IsArchiveItemProp() 534 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value); 595 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() argument 599 if (propID == kpidIsAnti) in GetProperty() 608 switch (propID) in GetProperty()
|
/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.cpp | 47 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UI… in ReadNumberOfStreams() argument 50 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadNumberOfStreams() 60 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, boo… in ReadIsAssignedProp() argument 63 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadIsAssignedProp()
|