Home
last modified time | relevance | path

Searched refs:arcIndex (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdatePair.cpp191 unsigned arcIndex = 0; in GetUpdatePairInfoList() local
196 while (dirIndex < numDirItems || arcIndex < numArcItems) in GetUpdatePairInfoList()
214 if (arcIndex < numArcItems) in GetUpdatePairInfoList()
216 arcIndex2 = (int)arcIndices[arcIndex]; in GetUpdatePairInfoList()
244 arcIndex++; in GetUpdatePairInfoList()
248 const int dupl = duplicatedArcItem[arcIndex]; in GetUpdatePairInfoList()
250 ThrowError(k_Duplicate_inArc_Message, ai->Name, arcItems[arcIndices[(unsigned)((int)arcIndex + dupl)]].Name); in GetUpdatePairInfoList()
275 arcIndex++; in GetUpdatePairInfoList()
H A DUpdateProduce.h22 void SetAs_NoChangeArcItem(unsigned arcIndex) // int in SetAs_NoChangeArcItem()
27 ArcIndex = (int)arcIndex; in SetAs_NoChangeArcItem()
50 virtual HRESULT ShowDeleteFile(unsigned arcIndex) = 0; in DECLARE_INTERFACE()
H A DUpdate.cpp263 virtual HRESULT ShowDeleteFile(unsigned arcIndex) Z7_override;
267 HRESULT CUpdateProduceCallbackImp::ShowDeleteFile(unsigned arcIndex) in ShowDeleteFile() argument
269 const CArcItem &ai = (*_arcItems)[arcIndex]; in ShowDeleteFile()
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp1077 unsigned arcIndex; in ListArchives() local
1078 for (arcIndex = 0; arcIndex < arcPaths.Size(); arcIndex++) in ListArchives()
1079 skipArcs[arcIndex] = false; in ListArchives()
1086 for (arcIndex = 0; arcIndex < arcPaths.Size(); arcIndex++) in ListArchives()
1088 if (skipArcs[arcIndex]) in ListArchives()
1090 const UString &arcPath = arcPaths[arcIndex]; in ListArchives()
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1451 UInt32 arcIndex = _startIndex + _currentIndex; in OpenFile() local
1452 const CFileItem &fi = _db->Files[arcIndex]; in OpenFile()
1458 NEventIndexType::kInArcIndex, arcIndex, in OpenFile()
1476 UInt32 arcIndex = _startIndex + _currentIndex; in CloseFile() local
1477 const CFileItem &fi = _db->Files[arcIndex]; in CloseFile()
1486 NEventIndexType::kInArcIndex, arcIndex, in CloseFile()

Completed in 9 milliseconds