Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdatePair.cpp131 const UString *prevHostName = NULL; in GetUpdatePairInfoList() local
215 if (prevHostName) in GetUpdatePairInfoList()
217 unsigned hostLen = prevHostName->Len(); in GetUpdatePairInfoList()
219 if ((*name)[hostLen] == ':' && CompareFileNames(*prevHostName, name->Left(hostLen)) == 0) in GetUpdatePairInfoList()
226 prevHostName = name; in GetUpdatePairInfoList()