Lines Matching defs:index
149 Z7_COM7F_IMF(CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index,
154 const CUpdatePair2 &up = (*UpdatePairs)[index];
184 Z7_COM7F_IMF(CArchiveUpdateCallback::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType))
199 Z7_COM7F_IMF(CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID))
244 Z7_COM7F_IMF(CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType))
256 const CUpdatePair2 &up = (*UpdatePairs)[index];
357 Z7_COM7F_IMF(CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value))
360 const CUpdatePair2 &up = (*UpdatePairs)[index];
375 if (index == _hardIndex_From)
432 if (index == _hardIndex_From)
463 && (unsigned)CommentIndex == index
551 Z7_COM7F_IMF(CArchiveUpdateCallback::GetStream2(UInt32 index, ISequentialInStream **inStream, UInt32 mode))
555 const CUpdatePair2 &up = (*UpdatePairs)[index];
662 _openFiles_Indexes.Add(index);
669 inStreamSpec->CallbackRef = index;
728 pair.Value = index;
734 _hardIndex_From = index;
759 Z7_COM7F_IMF(CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream))
762 return GetStream2(index, inStream,
763 (*UpdatePairs)[index].ArcIndex < 0 ?
769 Z7_COM7F_IMF(CArchiveUpdateCallback::ReportOperation(UInt32 indexType, UInt32 index, UInt32 op))
773 // if (op == NUpdateNotifyOp::kOpFinished) return Callback->ReportFinished(indexType, index);
780 if (index != (UInt32)(Int32)-1)
782 const CUpdatePair2 &up = (*UpdatePairs)[index];
798 if (index != (UInt32)(Int32)-1)
802 const CArcItem &ai = (*ArcItems)[index];
808 RINOK(Arc->GetItem_Path(index, s2))
810 RINOK(Archive_IsItem_Dir(Arc->Archive, index, isDir))
817 ConvertUInt32ToString(index, temp + 1);
829 Z7_COM7F_IMF(CArchiveUpdateCallback::ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRes))
842 if (index != (UInt32)(Int32)-1)
844 const CUpdatePair2 &up = (*UpdatePairs)[index];
857 if (index != (UInt32)(Int32)-1)
860 s = (*ArcItems)[index].Name;
863 RINOK(Arc->GetItem_Path(index, s2))
868 RINOK(Archive_GetItemBoolProp(Archive, index, kpidEncrypted, isEncrypted))
875 ConvertUInt32ToString(index, temp + 1);
894 Z7_COM7F_IMF(CArchiveUpdateCallback::ReportProp(UInt32 indexType, UInt32 index, PROPID propID, const PROPVARIANT *value))
914 return Callback->ReportProp(indexType, index, propID, value);
917 Z7_COM7F_IMF(CArchiveUpdateCallback::ReportRawProp(UInt32 indexType, UInt32 index,
920 return Callback->ReportRawProp(indexType, index, propID, data, dataSize, propType);
923 Z7_COM7F_IMF(CArchiveUpdateCallback::ReportFinished(UInt32 indexType, UInt32 index, Int32 opRes))
925 return Callback->ReportFinished(indexType, index, opRes);
929 Z7_COM7F_IMF(CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 *size))
933 if (index >= (UInt32)VolumesSizes.Size())
934 index = VolumesSizes.Size() - 1;
935 *size = VolumesSizes[index];
939 Z7_COM7F_IMF(CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequentialOutStream **volumeStream))
943 ConvertUInt32ToString(index + 1, temp);
982 const UInt32 index = (UInt32)val;
985 if (_openFiles_Indexes[i] == index)
1009 const UInt32 index = (UInt32)val;
1012 if (_openFiles_Indexes[i] == index)