Home
last modified time | relevance | path

Searched refs:kpidSize (Results 1 - 16 of 16) sorted by relevance

/third_party/lzma/CPP/7zip/
H A DPropID.h17 kpidSize, enumerator
/third_party/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp26 kpidSize
193 RINOK(volumeCallback->GetProperty(kpidSize, &prop)) in Open2()
272 case kpidSize: in GetProperty()
H A DLzmaHandler.cpp40 kpidSize,
288 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; in GetProperty()
H A DXzHandler.cpp193 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 DFileStreams.cpp396 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 DClient7z.cpp437 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 D7zProperties.cpp31 { NID::kSize, STAT_PROP2(kpidSize, VT_UI8) },
H A D7zHandlerOut.cpp668 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)) in UpdateItems()
H A D7zHandler.cpp584 case kpidSize: in GetProperty()
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp199 { 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 DArchiveOpenCallback.cpp87 // case kpidSize: prop = _subArchiveSize; break; // we don't use it now in GetProperty()
94 case kpidSize: prop = _fileInfo.Size; break; in GetProperty()
H A DUpdateCallback.cpp135 { 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 DHashCalc.cpp1025 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 DOpenArchive.cpp270 { 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 DArchiveExtractCallback.cpp2455 if (propID == kpidSize) in GetDiskProperty()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp857 RINOK(getProp->GetProp(kpidSize, &prop)) in GetStream7()

Completed in 21 milliseconds