Home
last modified time | relevance | path

Searched refs:ArcItems (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp93 ArcItems(NULL), in CArchiveUpdateCallback()
161 *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()
568 name = (*ArcItems)[(unsigned)up.ArcIndex].Name; in GetStream2()
800 if (ArcItems) in ReportOperation()
802 const CArcItem &ai = (*ArcItems)[inde in ReportOperation()
[all...]
H A DUpdateCallback.h156 const CObjectVector<CArcItem> *ArcItems; member in Z7_final
183 return (*ArcItems)[(unsigned)up.ArcIndex].IsDir; in IsDir()
H A DUpdate.cpp645 updateCallbackSpec->ArcItems = &arcItems; in Compress()

Completed in 4 milliseconds