Lines Matching defs:up
75 const CUpdatePair2 &up = (*UpdatePairs)[index];
76 if (newData != NULL) *newData = BoolToInt(up.NewData);
77 if (newProps != NULL) *newProps = BoolToInt(up.NewProps);
81 if (up.ExistInArchive())
82 *indexInArchive = (ArcItems == 0) ? up.ArcIndex : (*ArcItems)[up.ArcIndex].IndexInServer;
91 const CUpdatePair2 &up = (*UpdatePairs)[index];
96 prop = up.IsAnti;
101 if (up.IsAnti)
118 if (up.ExistOnDisk())
120 const CDirItem &di = DirItems->Items[up.DirIndex];
123 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break;
136 if (up.NewNameIndex >= 0)
138 prop = (*NewNames)[up.NewNameIndex];
143 if (up.ExistInArchive() && Archive)
147 indexInArchive = up.ArcIndex;
149 indexInArchive = (*ArcItems)[up.ArcIndex].IndexInServer;
161 const CUpdatePair2 &up = (*UpdatePairs)[index];
162 if (!up.NewData)
168 if (up.IsAnti)
170 return Callback->GetStream((*ArcItems)[up.ArcIndex].Name, true);
172 const CDirItem &di = DirItems->Items[up.DirIndex];
173 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), false));
188 const UString path = DirItems->GetPhyPath(up.DirIndex);