Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
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()
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()
DUpdatePair.h14 int ArcIndex; member
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair()
DUpdateCallback.cpp152 …exInArchive = ArcItems ? (*ArcItems)[(unsigned)up.ArcIndex].IndexInServer : (UInt32)(Int32)up.ArcI… in GetUpdateItemInfo()
250 ArcItems ? (*ArcItems)[(unsigned)up.ArcIndex].IndexInServer : (UInt32)(Int32)up.ArcIndex, in GetRawProp()
463 …->GetProperty(ArcItems ? (*ArcItems)[(unsigned)up.ArcIndex].IndexInServer : (UInt32)(Int32)up.ArcI… in GetProperty()
549 if (up.ArcIndex >= 0) in GetStream2()
550 name = (*ArcItems)[(unsigned)up.ArcIndex].Name; in GetStream2()
724 (*UpdatePairs)[index].ArcIndex < 0 ? in GetStream()
DUpdateCallback.h184 else if (up.ArcIndex >= 0) in IsDir()
185 return (*ArcItems)[(unsigned)up.ArcIndex].IsDir; in IsDir()
DUpdatePair.cpp243 pair.ArcIndex = arcIndex2; in GetUpdatePairInfoList()
257 pair.ArcIndex = arcIndex2; in GetUpdatePairInfoList()
DUpdate.cpp738 else if (up.ArcIndex >= 0) in Compress()
741 const CArcItem &ai = arcItems[(unsigned)up.ArcIndex]; in Compress()
1010 else if (pair2.UseArcProps && pair2.ArcIndex >= 0) in Compress()
1012 const CArcItem &arcItem = arcItems[(unsigned)pair2.ArcIndex]; in Compress()