Home
last modified time | relevance | path

Searched refs:IsSolid (Results 1 – 25 of 213) sorted by path

123456789

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A D7zHandler.cpp229 case kpidSolid: prop = _db.IsSolid(); break; in GetArchiveProperty()
H A D7zIn.h155 bool IsSolid() const in IsSolid() function
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Nsis/
H A DNsisHandler.cpp202 if (!_archive.IsSolid) in Open()
256 if (_archive.IsSolid) in GetCompressedSize()
347 if (_archive.IsSolid) in GetProperty()
416 if (_archive.IsSolid) in Extract()
437 if (_archive.IsSolid) in Extract()
474 if (_archive.IsSolid) in Extract()
523 if (!_archive.IsSolid) in Extract()
545 if (!_archive.IsSolid) in Extract()
619 if (_archive.IsSolid) in Extract()
653 if (!_archive.IsSolid) in Extract()
[all …]
H A DNsisIn.cpp5035 if (!IsSolid) in SortItems()
5229 if (IsSolid) in Parse()
5698 IsSolid = true; in Open2()
5728 IsSolid = false; in Open2()
5735 IsSolid = false; in Open2()
5748 if (IsSolid) in Open2()
5768 Decoder.Solid = IsSolid; in Open2()
5779 if (IsSolid) in Open2()
5797 if (IsSolid) in Open2()
H A DNsisIn.h226 bool IsSolid; variable
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Rar/
H A DRar5Handler.cpp1201 if (item.IsSolid()) in DecodeToBuf()
1443 if (!_items[_refs[i].Item].IsSolid()) in GetArchiveProperty()
1764 case kpidSolid: prop = item.IsSolid(); break; in GetProperty()
2592 if (linkItem.IsSolid()) in Extract()
2614 if (item.IsSolid()) in Extract()
2634 if (!item2.IsSolid()) in Extract()
2667 if (item.IsSolid()) in Extract()
2688 if (!item2.IsSolid()) in Extract()
2789 if (item->IsSolid()) in Extract()
2810 if (!item2.IsSolid()) in Extract()
[all …]
H A DRar5Handler.h233 bool IsSolid() const { return ((UInt32)Method & NMethodFlags::kSolid) != 0; } in IsSolid() function
354 bool IsSolid() const { return (Flags & NArcFlags::kSolid) != 0; } in IsSolid() function
H A DRarHandler.cpp819 bool CHandler::IsSolid(unsigned refIndex) const in IsSolid() function in NArchive::NRar::CHandler
824 if (_arcInfo.IsSolid()) in IsSolid()
828 return item.IsSolid(); in IsSolid()
838 case kpidSolid: prop = _arcInfo.IsSolid(); break; in GetArchiveProperty()
881 if (!IsSolid(i)) in GetArchiveProperty()
1005 case kpidSolid: prop = IsSolid(index); break; in GetProperty()
1438 if (!IsSolid(j)) in Extract()
1532 if (!IsSolid(index)) in Extract()
1547 mustBeProcessedAnywhere = IsSolid(importantIndexes[i + 1]); in Extract()
1730 Byte isSolid = (Byte)((IsSolid(index) || item.IsSplitBefore()) ? 1: 0); in Extract()
H A DRarHandler.h38 bool IsSolid() const { return (Flags & NHeader::NArchive::kSolid) != 0; } in IsSolid() function
88 bool IsSolid(unsigned refIndex) const;
H A DRarItem.h48 bool IsSolid() const { return (Flags & NHeader::NFile::kSolid) != 0; } in IsSolid() function
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Wim/
H A DWimHandler.cpp477 if (si->Resource.IsSolid()) in GetProperty()
555 if (r.IsSolid()) in GetProperty()
577 case kpidSolid: if (si) prop = si->Resource.IsSolid(); break; in GetProperty()
H A DWimHandlerOut.cpp1439 if (rs.IsSolid()) in UpdateItems()
1463 if (!rs.IsSolid() || rs.IsSolidSmall()) in UpdateItems()
1470 if (!rs.IsSolid() || rs.IsSolidBig()) in UpdateItems()
H A DWimIn.cpp159 if (!resource.IsCompressed() && !resource.IsSolid()) in Unpack2()
185 if (resource.IsSolid()) in Unpack2()
1016 if (s.Resource.IsSolid()) in ReadStreams()
1031 if (s.Resource.IsSolid()) in ReadStreams()
1254 if (!r.IsSolid()) in FillAndCheck()
1270 if (!r.IsSolid()) in FillAndCheck()
H A DWimIn.h177 bool IsSolid() const { return (Flags & NResourceFlags::kSolid) != 0; } in IsSolid() function
178 bool IsSolidBig() const { return IsSolid() && UnpackSize == k_SolidBig_Resource_Marker; } in IsSolidBig()
179 bool IsSolidSmall() const { return IsSolid() && UnpackSize == 0; } in IsSolidSmall()
486 if (!r.IsSolid()) in Get_UnpackSize_of_Resource()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/7z/
H A D7zHandler.cpp205 case kpidSolid: prop = _db.IsSolid(); break; in GetArchiveProperty()
H A D7zIn.h155 bool IsSolid() const in IsSolid() function
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/7z/
H A D7zHandler.cpp206 case kpidSolid: prop = _db.IsSolid(); break; in GetArchiveProperty()
H A D7zIn.h155 bool IsSolid() const in IsSolid() function
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Nsis/
H A DNsisHandler.cpp200 if (!_archive.IsSolid) in Open()
254 if (_archive.IsSolid) in GetCompressedSize()
345 if (_archive.IsSolid) in GetProperty()
414 if (_archive.IsSolid) in Extract()
435 if (_archive.IsSolid) in Extract()
472 if (_archive.IsSolid) in Extract()
521 if (!_archive.IsSolid) in Extract()
543 if (!_archive.IsSolid) in Extract()
617 if (_archive.IsSolid) in Extract()
651 if (!_archive.IsSolid) in Extract()
[all …]
H A DNsisIn.cpp4930 if (!IsSolid) in SortItems()
5088 if (IsSolid) in Parse()
5552 IsSolid = true; in Open2()
5582 IsSolid = false; in Open2()
5589 IsSolid = false; in Open2()
5602 if (IsSolid) in Open2()
5622 Decoder.Solid = IsSolid; in Open2()
5633 if (IsSolid) in Open2()
5649 if (IsSolid) in Open2()
H A DNsisIn.h224 bool IsSolid; variable
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Rar/
H A DRar5Handler.cpp1231 if (item.IsSolid()) in DecodeToBuf()
1471 if (!_items[_refs[i].Item].IsSolid()) in GetArchiveProperty()
1793 case kpidSolid: prop = item.IsSolid(); break; in GetProperty()
2620 if (item.IsSolid()) in Extract()
2640 if (!item2.IsSolid()) in Extract()
2667 if (item.IsSolid()) in Extract()
2688 if (!item2.IsSolid()) in Extract()
2784 isSolid = (item->IsSolid() && !needClearSolid); in Extract()
2787 needClearSolid = !item->IsSolid(); in Extract()
2806 if (!item2.IsSolid()) in Extract()
[all …]
H A DRar5Handler.h233 bool IsSolid() const { return ((UInt32)Method & NMethodFlags::kSolid) != 0; } in IsSolid() function
354 bool IsSolid() const { return (Flags & NArcFlags::kSolid) != 0; } in IsSolid() function
H A DRarHandler.cpp808 bool CHandler::IsSolid(unsigned refIndex) const in IsSolid() function in NArchive::NRar::CHandler
813 if (_arcInfo.IsSolid()) in IsSolid()
817 return item.IsSolid(); in IsSolid()
827 case kpidSolid: prop = _arcInfo.IsSolid(); break; in GetArchiveProperty()
870 if (!IsSolid(i)) in GetArchiveProperty()
994 case kpidSolid: prop = IsSolid(index); break; in GetProperty()
1421 if (!IsSolid(j)) in Extract()
1515 if (!IsSolid(index)) in Extract()
1530 mustBeProcessedAnywhere = IsSolid(importantIndexes[i + 1]); in Extract()
1712 Byte isSolid = (Byte)((IsSolid(index) || item.IsSplitBefore()) ? 1: 0); in Extract()
H A DRarHandler.h38 bool IsSolid() const { return (Flags & NHeader::NArchive::kSolid) != 0; } in IsSolid() function
88 bool IsSolid(unsigned refIndex) const;

123456789