Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp780 CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2, in MakeCheckOrder() argument
785 int index = orderIndices[i]; in MakeCheckOrder()
792 orderIndices[i] = -1; in MakeCheckOrder()
805 orderIndices[i] = -1; in MakeCheckOrder()
1315 static int FindFormatForArchiveType(CCodecs *codecs, CIntVector orderIndices, const char *name) in FindFormatForArchiveType() argument
1317 FOR_VECTOR (i, orderIndices) in FindFormatForArchiveType()
1318 if (StringsAreEqualNoCase_Ascii(codecs->Formats[orderIndices[i]].Name, name)) in FindFormatForArchiveType()
1350 CIntVector orderIndices; in OpenStream2() local
1379 orderIndices.Add(formatIndex); in OpenStream2()
1411 orderIndices.Insert(numFinded++, i); in OpenStream2()
[all …]