Home | History | Annotate | Download | only in lzma_sdk

Lines Matching refs:sizeIndex

1089     UInt32 sizeIndex = 0;
1101 file->Size = (*unpackSizes)[sizeIndex];
1102 file->Crc = (*digests)[sizeIndex];
1103 file->CrcDefined = (Byte)(*digestsDefined)[sizeIndex];
1104 sizeIndex++;