Lines Matching refs:index
520 void CDatabase::GetPath(unsigned index, UString &path) const
526 const size_t offset = NameOffsets[index];
527 const size_t size = NameOffsets[index + 1] - offset;
554 HRESULT CDatabase::GetPath_Prop(unsigned index, PROPVARIANT *path) const throw()
560 const size_t offset = NameOffsets[index];
561 const size_t size = NameOffsets[index + 1] - offset;
606 unsigned cur = index;
625 cur = index;
830 CNum index = ReadNum();
831 if (index >= numInStreams || StreamUsed[index])
833 StreamUsed[index] = true;
835 index = ReadNum();
836 if (index >= numCoders || CoderUsed[index])
838 CoderUsed[index] = true;
846 const CNum index = inByte->ReadNum(); // PackStreams
847 if (index >= numInStreams || StreamUsed[index])
849 StreamUsed[index] = true;