Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.h304 UInt32 SubfileIndex; // (UInt32)(Int32)-1; means no subfile variable
DOpenArchive.cpp3288 arc.SubfileIndex = (UInt32)(Int32)-1;
3354 arc2.SubfileIndex = mainSubfile;
/third_party/lzma/CPP/7zip/UI/Console/
DList.cpp1001 UInt32 mainIndex = arcLink.Arcs[r + 1].SubfileIndex; in Print_OpenArchive_Props()