Lines Matching refs:up

154   const CUpdatePair2 &up = (*UpdatePairs)[index];

155 if (newData) *newData = BoolToInt(up.NewData);
156 if (newProps) *newProps = BoolToInt(up.NewProps);
160 if (up.ExistInArchive())
161 *indexInArchive = ArcItems ? (*ArcItems)[(unsigned)up.ArcIndex].IndexInServer : (UInt32)(Int32)up.ArcIndex;
256 const CUpdatePair2 &up = (*UpdatePairs)[index];
257 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps)
259 ArcItems ? (*ArcItems)[(unsigned)up.ArcIndex].IndexInServer : (UInt32)(Int32)up.ArcIndex,
263 if (!up.NewData)
266 if (up.IsAnti)
270 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
360 const CUpdatePair2 &up = (*UpdatePairs)[index];
363 if (up.NewData)
383 if (up.DirIndex >= 0)
385 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
398 const FString phyPath = DirItems->GetPhyPath((unsigned)up.DirIndex);
440 if (up.DirIndex >= 0)
448 if (up.IsAnti
459 else if (propID == kpidPath && up.NewNameIndex >= 0)
460 prop = (*NewNames)[(unsigned)up.NewNameIndex];
466 else if (propID == kpidShortName && up.NewNameIndex >= 0 && up.IsMainRenameItem)
470 else if ((up.UseArcProps || (KeepOriginalItemNames && (propID == kpidPath || propID == kpidIsAltStream)))
471 && up.ExistInArchive() && Archive)
472 return Archive->GetProperty(ArcItems ? (*ArcItems)[(unsigned)up.ArcIndex].IndexInServer : (UInt32)(Int32)up.ArcIndex, propID, value);
473 else if (up.ExistOnDisk())
475 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
478 case kpidPath: prop = DirItems->GetLogPath((unsigned)up.DirIndex); break;
555 const CUpdatePair2 &up = (*UpdatePairs)[index];
556 if (!up.NewData)
562 bool isDir = IsDir(up);
564 if (up.IsAnti)
567 if (up.ArcIndex >= 0)
568 name = (*ArcItems)[(unsigned)up.ArcIndex].Name;
569 else if (up.DirIndex >= 0)
570 name = DirItems->GetLogPath((unsigned)up.DirIndex);
586 RINOK(Callback->GetStream(DirItems->GetLogPath((unsigned)up.DirIndex), isDir, false, mode))
604 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
621 UpdateProcessedItemStatus((unsigned)up.DirIndex);
661 const FString path = DirItems->GetPhyPath((unsigned)up.DirIndex);
744 UpdateProcessedItemStatus((unsigned)up.DirIndex);
782 const CUpdatePair2 &up = (*UpdatePairs)[index];
783 if (up.ExistOnDisk())
785 name = DirItems->GetLogPath((unsigned)up.DirIndex);
786 isDir = DirItems->Items[(unsigned)up.DirIndex].IsDir();
844 const CUpdatePair2 &up = (*UpdatePairs)[index];
845 if (up.ExistOnDisk())
847 s2 = DirItems->GetLogPath(up.DirIndex);