Searched refs:numUnpackStreams (Results 1 – 1 of 1) sorted by relevance
720 UInt32 *numUnpackStreams, in SzReadSubStreamsInfo() argument733 *numUnpackStreams = numFolders; in SzReadSubStreamsInfo()740 *numUnpackStreams = 0; in SzReadSubStreamsInfo()746 *numUnpackStreams += numStreams; in SzReadSubStreamsInfo()757 if (*numUnpackStreams == 0) in SzReadSubStreamsInfo()765 *unpackSizes = (UInt64 *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(UInt64)); in SzReadSubStreamsInfo()767 *digestsDefined = (Byte *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(Byte)); in SzReadSubStreamsInfo()769 *digests = (UInt32 *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(UInt32)); in SzReadSubStreamsInfo()799 for (i = 0; i < *numUnpackStreams; i++) in SzReadSubStreamsInfo()866 UInt32 *numUnpackStreams, in SzReadStreamsInfo() argument[all …]