Searched refs:orderIndices (Results 1 – 1 of 1) sorted by relevance
122 CIntVector orderIndices; in OpenStream() local124 orderIndices.Add(formatIndex); in OpenStream()132 orderIndices.Insert(numFinded++, i); in OpenStream()134 orderIndices.Add(i); in OpenStream()140 orderIndices.DeleteFrom(1); in OpenStream()144 if (orderIndices.Size() >= 2 && (numFinded == 0 || extension.CompareNoCase(L"exe") == 0)) in OpenStream()163 if (orderIndices.Size() >= 256) in OpenStream()166 for (i = 0; i < orderIndices.Size(); i++) in OpenStream()168 const CArcInfoEx &ai = codecs->Formats[orderIndices[i]]; in OpenStream()188 int index = orderIndices[i]; in OpenStream()[all …]