Lines Matching refs:up
120 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetUpdateItemInfo() local
121 if (newData) *newData = BoolToInt(up.NewData); in GetUpdateItemInfo()
122 if (newProps) *newProps = BoolToInt(up.NewProps); in GetUpdateItemInfo()
126 if (up.ExistInArchive()) in GetUpdateItemInfo()
127 *indexInArchive = (ArcItems == 0) ? up.ArcIndex : (*ArcItems)[up.ArcIndex].IndexInServer; in GetUpdateItemInfo()
220 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetRawProp() local
221 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps) in GetRawProp()
223 ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, in GetRawProp()
230 if (up.IsAnti) in GetRawProp()
234 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetRawProp()
323 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetProperty() local
326 if (up.NewData) in GetProperty()
343 if (up.DirIndex >= 0) in GetProperty()
346 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
358 const FString phyPath = DirItems->GetPhyPath(up.DirIndex); in GetProperty()
382 if (up.DirIndex >= 0) in GetProperty()
390 if (up.IsAnti in GetProperty()
401 else if (propID == kpidPath && up.NewNameIndex >= 0) in GetProperty()
402 prop = (*NewNames)[up.NewNameIndex]; in GetProperty()
408 else if (propID == kpidShortName && up.NewNameIndex >= 0 && up.IsMainRenameItem) in GetProperty()
412 …else if ((up.UseArcProps || (KeepOriginalItemNames && (propID == kpidPath || propID == kpidIsAltSt… in GetProperty()
413 && up.ExistInArchive() && Archive) in GetProperty()
414 …return Archive->GetProperty(ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, propI… in GetProperty()
415 else if (up.ExistOnDisk()) in GetProperty()
417 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
420 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
446 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetStream2() local
447 if (!up.NewData) in GetStream2()
453 bool isDir = IsDir(up); in GetStream2()
455 if (up.IsAnti) in GetStream2()
458 if (up.ArcIndex >= 0) in GetStream2()
459 name = (*ArcItems)[up.ArcIndex].Name; in GetStream2()
460 else if (up.DirIndex >= 0) in GetStream2()
461 name = DirItems->GetLogPath(up.DirIndex); in GetStream2()
477 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), isDir, false, mode)); in GetStream2()
501 const FString path = DirItems->GetPhyPath(up.DirIndex); in GetStream2()
506 if (DirItems->Items[up.DirIndex].AreReparseData()) in GetStream2()
555 ProcessedItemsStatuses[(unsigned)up.DirIndex] = 1; in GetStream2()
592 const CUpdatePair2 &up = (*UpdatePairs)[index]; in ReportOperation() local
593 if (up.ExistOnDisk()) in ReportOperation()
595 name = DirItems->GetLogPath(up.DirIndex); in ReportOperation()
596 isDir = DirItems->Items[up.DirIndex].IsDir(); in ReportOperation()