Home
last modified time | relevance | path

Searched refs:kPackSize_Max (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Rar/
H A DRar5Handler.cpp1257 const size_t kPackSize_Max = (1 << 24); in Decode() local
1260 || item.PackSize >= kPackSize_Max) in Decode()
1269 if (packSize > kPackSize_Max - _offset) in Decode()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Rar/
H A DRar5Handler.cpp1287 const size_t kPackSize_Max = (1 << 24); in Decode() local
1290 || item.PackSize >= kPackSize_Max) in Decode()
1299 if (packSize > kPackSize_Max - _offset) in Decode()