Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp51 ArcItems(NULL), in CArchiveUpdateCallback()
127 *indexInArchive = (ArcItems == 0) ? up.ArcIndex : (*ArcItems)[up.ArcIndex].IndexInServer; in GetUpdateItemInfo()
223 ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, in GetRawProp()
414 …return Archive->GetProperty(ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, propI… in GetProperty()
459 name = (*ArcItems)[up.ArcIndex].Name; in GetStream2()
610 if (ArcItems) in ReportOperation()
612 const CArcItem &ai = (*ArcItems)[index]; in ReportOperation()
669 if (ArcItems) in ReportExtractResult()
670 s = (*ArcItems)[index].Name; in ReportExtractResult()
DUpdateCallback.h132 const CObjectVector<CArcItem> *ArcItems; variable
157 return (*ArcItems)[up.ArcIndex].IsDir; in IsDir()
DUpdate.cpp755 updateCallbackSpec->ArcItems = &arcItems; in Compress()