• Home
  • Raw
  • Download

Lines Matching refs:orderIndices

990     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()
1696 orderIndices.Add(i); in OpenStream2()
1704 orderIndices.DeleteFrom(1); in OpenStream2()
1718 if (op.stream && orderIndices.Size() >= 2) in OpenStream2()
1729 int i = FindFormatForArchiveType(op.codecs, orderIndices, "rar"); in OpenStream2()
1742 orderIndices2.Add(orderIndices[i]); in OpenStream2()
1743 orderIndices[i] = -1; in OpenStream2()
1767 MakeCheckOrder(op.codecs, orderIndices, numFinded, orderIndices2, NULL, 0); in OpenStream2()
1768 … MakeCheckOrder(op.codecs, orderIndices, numFinded, orderIndices2, byteBuffer, processedSize); in OpenStream2()
1773 FOR_VECTOR (i, orderIndices) in OpenStream2()
1775 int val = orderIndices[i]; in OpenStream2()
1779 orderIndices = orderIndices2; in OpenStream2()
1782 if (orderIndices.Size() >= 2) in OpenStream2()
1784 int iIso = FindFormatForArchiveType(op.codecs, orderIndices, "iso"); in OpenStream2()
1785 int iUdf = FindFormatForArchiveType(op.codecs, orderIndices, "udf"); in OpenStream2()
1788 int isoIndex = orderIndices[iIso]; in OpenStream2()
1789 int udfIndex = orderIndices[iUdf]; in OpenStream2()
1790 orderIndices[iUdf] = isoIndex; in OpenStream2()
1791 orderIndices[iIso] = udfIndex; in OpenStream2()
1800 numMainTypes = orderIndices.Size(); in OpenStream2()
1838 unsigned numCheckTypes = orderIndices.Size(); in OpenStream2()
1844 FormatIndex = orderIndices[i]; in OpenStream2()
2064 for (i = 0; i < orderIndices.Size(); i++) in OpenStream2()
2066 unsigned form = orderIndices[i]; in OpenStream2()
2296 FOR_VECTOR (i, orderIndices) in OpenStream2()
2298 int index = orderIndices[i]; in OpenStream2()