Lines Matching defs:index
65 Z7_COM7F_IMF(CHandler::GetPropertyInfo(UInt32 /* index */,
282 static void SetFileTimeProp_From_UInt64Def(PROPVARIANT *prop, const CUInt64DefVector &v, unsigned index)
285 if (v.GetItem(index, value))
323 Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID))
330 Z7_COM7F_IMF(CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType))
333 const CFileItem &file = _db.Files[index];
342 Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType))
353 size_t offset = _db.NameOffsets[index];
354 size_t size = (_db.NameOffsets[index + 1] - offset) * 2;
367 if (index < (UInt32)_db.SecureIDs.Size())
369 int id = _db.SecureIDs[index];
565 Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value))
572 const CRef2 &ref2 = _refs[index];
578 const CFileItem &item = _db.Files[index];
579 const UInt32 index2 = index;
622 int id = _db.SecureIDs[index];
633 case kpidPath: return _db.GetPath_Prop(index, value);
765 const unsigned index = ParseStringToUInt32(name, number);
766 if (index == 0)