Home
last modified time | relevance | path

Searched refs:ArcIndex (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateProduce.cpp23 up2.ArcIndex = pair.ArcIndex; in UpdateProduce()
30 if (pair.ArcIndex >= 0 && callback) in UpdateProduce()
31 callback->ShowDeleteFile((unsigned)pair.ArcIndex); in UpdateProduce()
62 up2.UseArcProps = (pair.ArcIndex >= 0); in UpdateProduce()
H A DUpdateProduce.h16 int ArcIndex; member
27 ArcIndex = (int)arcIndex; in SetAs_NoChangeArcItem()
31 bool ExistInArchive() const { return ArcIndex != -1; } in ExistInArchive()
39 ArcIndex(-1), in CUpdatePair2()
H A DUpdatePair.h14 int ArcIndex; member
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair()
H A DUpdateCallback.cpp161 *indexInArchive = ArcItems ? (*ArcItems)[(unsigned)up.ArcIndex].IndexInServer : (UInt32)(Int32)up.ArcIndex; in GetUpdateItemInfo()
259 ArcItems ? (*ArcItems)[(unsigned)up.ArcIndex].IndexInServer : (UInt32)(Int32)up.ArcIndex, in GetRawProp()
472 return Archive->GetProperty(ArcItems ? (*ArcItems)[(unsigned)up.ArcIndex].IndexInServer : (UInt32)(Int32)up.ArcIndex, propID, value); in GetProperty()
567 if (up.ArcIndex >= 0) in GetStream2()
568 name = (*ArcItems)[(unsigned)up.ArcIndex].Name; in GetStream2()
763 (*UpdatePairs)[index].ArcIndex < 0 ? in GetStream()
H A DUpdateCallback.h182 else if (up.ArcIndex >= 0) in IsDir()
183 return (*ArcItems)[(unsigned)up.ArcIndex].IsDir; in IsDir()
H A DUpdatePair.cpp243 pair.ArcIndex = arcIndex2; in GetUpdatePairInfoList()
257 pair.ArcIndex = arcIndex2; in GetUpdatePairInfoList()
H A DUpdate.cpp584 else if (up.ArcIndex >= 0) in Compress()
587 const CArcItem &ai = arcItems[(unsigned)up.ArcIndex]; in Compress()
823 else if (pair2.UseArcProps && pair2.ArcIndex >= 0) in Compress()
825 const CArcItem &arcItem = arcItems[(unsigned)pair2.ArcIndex]; in Compress()

Completed in 5 milliseconds