/external/lzma/CPP/7zip/Archive/ |
D | IArchive.h | 96 STDMETHOD(GetProperty)(PROPID propID, PROPVARIANT *value) x; \ 128 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \ 130 STDMETHOD(GetArchiveProperty)(PROPID propID, PROPVARIANT *value) x; \ 132 STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; \ 134 STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; 153 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \ 190 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \ 193 *propID = srcItem.propid; *varType = srcItem.vt; *name = 0; return S_OK; } \ 196 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \ 199 *propID = srcItem.propid; *varType = srcItem.vt; \
|
D | ArchiveExports.cpp | 86 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2() argument 93 switch(propID) in GetHandlerProperty2() 126 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) in GetHandlerProperty() argument 128 return GetHandlerProperty2(g_DefaultArcIndex, propID, value); in GetHandlerProperty()
|
D | SplitHandler.cpp | 51 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument 54 switch(propID) in GetArchiveProperty() 282 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument 285 switch(propID) in GetProperty()
|
D | LzmaHandler.cpp | 209 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument 212 switch(propID) in GetArchiveProperty() 256 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument 259 switch(propID) in GetProperty()
|
D | XzHandler.cpp | 30 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props); 255 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument 259 switch(propID) in GetArchiveProperty() 276 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty() argument 280 switch(propID) in GetProperty()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 203 static UString GetPropName(PROPID propID, BSTR name) in GetPropName() argument 208 if (propIdToName.PropID == propID) in GetPropName() 214 ConvertUInt32ToString(propID, s); in GetPropName() 226 PROPID propID; in Init() local 228 RINOK(archive->GetPropertyInfo(i, &name, &propID, &vt)); in Init() 230 fieldInfo.PropID = propID; in Init() 231 fieldInfo.Name = GetPropName(propID, name); in Init() 400 bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UInt64 &value) in GetUInt64Value() argument 403 if (archive->GetProperty(index, propID, &prop) != S_OK) in GetUInt64Value() 518 PROPID propID; in ListArchives() local [all …]
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaEncoder.cpp | 76 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp() argument 78 if (propID == NCoderPropID::kMatchFinder) in SetLzmaProp() 87 switch (propID) in SetLzmaProp() 110 PROPID propID = propIDs[i]; in SetCoderProperties() local 111 switch (propID) in SetCoderProperties() 118 RINOK(SetLzmaProp(propID, prop, props)); in SetCoderProperties()
|
D | Lzma2Encoder.cpp | 16 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()
|
D | CodecExports.cpp | 119 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() argument 123 switch(propID) in GetMethodProperty()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 89 typedef UInt32 (WINAPI *GetHandlerPropertyFunc)(PROPID propID, PROPVARIANT *value); 90 typedef UInt32 (WINAPI *GetHandlerPropertyFunc2)(UInt32 index, PROPID propID, PROPVARIANT *value); 142 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in ReadProp() argument 145 return getProp2(index, propID, &prop);; in ReadProp() 146 return getProp(propID, &prop); in ReadProp() 152 UInt32 index, PROPID propID, bool &res) in ReadBoolProp() argument 155 RINOK(ReadProp(getProp, getProp2, index, propID, prop)); in ReadBoolProp() 166 UInt32 index, PROPID propID, UString &res) in ReadStringProp() argument 169 RINOK(ReadProp(getProp, getProp2, index, propID, prop)); in ReadStringProp() 521 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value); [all …]
|
D | UpdateCallback.cpp | 88 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() argument 94 if (propID == kpidIsAnti) in GetProperty() 103 switch(propID) in GetProperty() 121 switch(propID) in GetProperty() 134 if (propID == kpidPath) in GetProperty() 150 return Archive->GetProperty(indexInArchive, propID, value); in GetProperty()
|
D | ArchiveOpenCallback.cpp | 38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty() argument 43 switch(propID) in GetProperty() 48 switch(propID) in GetProperty()
|
D | PropIDUtils.cpp | 51 UString ConvertPropertyToString(const PROPVARIANT &prop, PROPID propID, bool full) in ConvertPropertyToString() argument 53 switch(propID) in ConvertPropertyToString()
|
D | PropIDUtils.h | 10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
|
D | LoadCodecs.h | 101 typedef UInt32 (WINAPI *GetMethodPropertyFunc)(UInt32 index, PROPID propID, PROPVARIANT *value); 178 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
|
D | OpenArchive.h | 15 HRESULT GetArchiveItemBoolProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result);
|
D | ArchiveExtractCallback.h | 87 HRESULT GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined);
|
D | ArchiveExtractCallback.cpp | 122 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &fileti… in GetTime() argument 126 RINOK(_arc->Archive->GetProperty(index, propID, &prop)); in GetTime()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 83 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() argument 87 switch(propID) in GetArchiveProperty() 201 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() argument 216 switch(propID) in GetProperty() 366 folderInfo.PackStreams.Size() > (int)(propID - kpidPackedSize0)) in GetProperty() 368 prop = _db.GetFolderPackStreamSize(folderIndex, propID - kpidPackedSize0); in GetProperty()
|
D | 7zProperties.cpp | 150 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo() argument 158 *propID = srcItem.propid; in GetPropertyInfo()
|
D | 7zHandlerOut.cpp | 169 …ArchiveUpdateCallback *updateCallback, int index, bool writeTime, PROPID propID, UInt64 &ft, bool … in GetTime() argument 176 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
|
/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.cpp | 23 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UI… in ReadNumberOfStreams() argument 26 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadNumberOfStreams() 36 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, boo… in ReadIsAssignedProp() argument 39 RINOK(codecsInfo->GetProperty(index, propID, &prop)); in ReadIsAssignedProp()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 79 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) in IsArchiveItemProp() argument 82 RINOK(archive->GetProperty(index, propID, &prop)); in IsArchiveItemProp() 448 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value); 515 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() argument 519 if (propID == kpidIsAnti) in GetProperty() 528 switch(propID) in GetProperty()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 181 static void SetMethodProp(COneMethodInfo &m, PROPID propID, const NCOM::CPropVariant &value) in SetMethodProp() argument 184 if (m.Props[j].Id == propID) in SetMethodProp() 187 prop.Id = propID; in SetMethodProp()
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 131 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
|