Searched refs:GetRawProp (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 244 Z7_COM7F_IMF(CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType))
in GetRawProp() function 258 return Arc->GetRawProps->GetRawProp(
in GetRawProp()
|
H A D | ArchiveExtractCallback.cpp | 838 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType);
in ReadLink() 2339 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType);
in SetOperationResult()
|
H A D | OpenArchive.cpp | 544 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType))
620 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK &&
665 else if (GetRawProps->GetRawProp(index, kpidName, &p, &size, &propType) == S_OK &&
690 if (GetRawProps->GetRawProp(index2, kpidName, &p2, &size2, &propType) != S_OK &&
718 if (GetRawProps->GetRawProp(index2, kpidName, &p2, &size2, &propType) != S_OK)
|
H A D | HashCalc.cpp | 1056 Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType))
in GetRawProp() function
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | IArchive.h | 360 GetRawProp:
367 x(GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)) \
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandler.cpp | 342 Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType))
in GetRawProp() function
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 595 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType))
in PrintItemInfo()
|
Completed in 13 milliseconds