Searched refs:kpidSize (Results 1 - 16 of 16) sorted by relevance
/third_party/lzma/CPP/7zip/ |
H A D | PropID.h | 17 kpidSize,
enumerator
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | SplitHandler.cpp | 26 kpidSize
193 RINOK(volumeCallback->GetProperty(kpidSize, &prop))
in Open2() 272 case kpidSize:
in GetProperty()
|
H A D | LzmaHandler.cpp | 40 kpidSize,
288 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break;
in GetProperty()
|
H A D | XzHandler.cpp | 193 kpidSize,
409 case kpidSize: if (stat && stat->UnpackSize_Defined) prop = stat->OutSize; break;
in GetProperty() 1140 RINOK(updateCallback->GetProperty(0, kpidSize, &prop))
in UpdateItems()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.cpp | 396 case kpidSize:
in GetProperty() 425 case kpidSize:
in GetProperty() 552 case kpidSize: prop = (UInt64)st.st_size; break;
in GetProperty()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 437 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop))
in GetStream() 684 case kpidSize: prop = di.Size; break;
in GetProperty() 1060 archive->GetProperty(i, kpidSize, &prop);
in main()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zProperties.cpp | 31 { NID::kSize, STAT_PROP2(kpidSize, VT_UI8) },
|
H A D | 7zHandlerOut.cpp | 668 RINOK(updateCallback->GetProperty(i, kpidSize, &prop))
in UpdateItems()
|
H A D | 7zHandler.cpp | 584 case kpidSize:
in GetProperty()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 199 { kpidSize, "Size", kRight, kRight, 1, 12 },
649 case kpidSize: if (st.Size.Def) prop = st.Size.Val; break;
in PrintItemInfo() 745 if (f.PropID == kpidSize)
in PrintSum() 1324 RINOK(GetUInt64Value(archive, i, kpidSize, st.Size))
in ListArchives()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveOpenCallback.cpp | 87 // case kpidSize: prop = _subArchiveSize; break; // we don't use it now
in GetProperty() 94 case kpidSize: prop = _fileInfo.Size; break;
in GetProperty()
|
H A D | UpdateCallback.cpp | 135 { NULL, kpidSize, VT_UI8},
455 case kpidSize: prop = (UInt64)0; break;
in GetProperty() 480 case kpidSize: prop = (UInt64)(di.IsDir() ? (UInt64)0 : di.Size); break;
in GetProperty()
|
H A D | HashCalc.cpp | 1025 kpidSize,
1178 case kpidSize:
in GetProperty() 1497 RINOK(GetDiskProperty->GetDiskProperty(index, kpidSize, &prop))
in Extract() 1751 RINOK(callback->GetProperty(i, kpidSize, &prop))
in UpdateItems() 1948 RINOK(reportArcProp->ReportProp(NArchive::NEventIndexType::kOutArcIndex, ui.IndexInClient, kpidSize, &prop));
in UpdateItems()
|
H A D | OpenArchive.cpp | 270 { NULL, kpidSize, VT_UI8},
283 kpidSize,
344 case kpidSize:
in GetProperty() 948 RINOK(archive->GetProperty(index, kpidSize, &prop))
969 RINOK(Archive->GetProperty(index, kpidSize, &prop))
|
H A D | ArchiveExtractCallback.cpp | 2455 if (propID == kpidSize)
in GetDiskProperty()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ExtractCallback.cpp | 857 RINOK(getProp->GetProp(kpidSize, &prop))
in GetStream7()
|
Completed in 27 milliseconds