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