Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp990 CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2, in MakeCheckOrder() argument
995 int index = orderIndices[i]; in MakeCheckOrder()
1002 orderIndices[i] = -1; in MakeCheckOrder()
1015 orderIndices[i] = -1; in MakeCheckOrder()
1561 static int FindFormatForArchiveType(CCodecs *codecs, CIntVector orderIndices, const char *name) in FindFormatForArchiveType() argument
1563 FOR_VECTOR (i, orderIndices) in FindFormatForArchiveType()
1564 if (StringsAreEqualNoCase_Ascii(codecs->Formats[orderIndices[i]].Name, name)) in FindFormatForArchiveType()
1596 CIntVector orderIndices; in OpenStream2() local
1625 orderIndices.Add(formatIndex); in OpenStream2()
1692 orderIndices.Insert(numFinded++, i); in OpenStream2()
[all …]