Home
last modified time | relevance | path

Searched refs:HostIndex (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdatePair.h16 int HostIndex; // >= 0 for alt streams only, contains index of host pair member
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair()
DUpdateProduce.cpp39 if (pair.HostIndex >= 0) in UpdateProduce()
46 if (updatePairs[pair.HostIndex].DirIndex >= 0) in UpdateProduce()
DUpdatePair.cpp220 pair.HostIndex = prevHostFile; in GetUpdatePairInfoList()