Lines Matching refs:numUnpackStreams
720 UInt32 *numUnpackStreams, in SzReadSubStreamsInfo() argument
733 *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
897 numUnpackStreams, unpackSizes, digestsDefined, digests, allocTemp)); in SzReadStreamsInfo()
953 UInt32 numUnpackStreams = 0; in SzReadHeader2() local
973 &numUnpackStreams, in SzReadHeader2()
1159 UInt32 numUnpackStreams = 0; in SzReadAndDecodePackedStreams2() local
1166 &numUnpackStreams, unpackSizes, digestsDefined, digests, in SzReadAndDecodePackedStreams2()