Home | History | Annotate | Download | only in Common

Lines Matching defs:parentIndex

792   item.ParentIndex = (UInt32)(Int32)-1;

821 UInt32 parentIndex;
822 RINOK(GetRawProps->GetParent(index, &parentIndex, &parentType));
841 item.ParentIndex = parentIndex;
842 mainIndex = parentIndex;
844 if (parentIndex == (UInt32)(Int32)-1)
851 RINOK(GetItemPath2(parentIndex, item.MainPath));
852 RINOK(Archive_IsItem_Dir(Archive, parentIndex, item.MainIsDir));