Lines Matching refs:numPackStreams
484 UInt32 *numPackStreams, in SzReadPackInfo() argument
492 RINOK(SzReadNumber32(sd, numPackStreams)); in SzReadPackInfo()
496 MY_ALLOC(UInt64, *packSizes, (size_t)*numPackStreams, alloc); in SzReadPackInfo()
498 for (i = 0; i < *numPackStreams; i++) in SzReadPackInfo()
511 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc)); in SzReadPackInfo()
518 MY_ALLOC(Byte, *packCRCsDefined, (size_t)*numPackStreams, alloc); in SzReadPackInfo()
519 MY_ALLOC(UInt32, *packCRCs, (size_t)*numPackStreams, alloc); in SzReadPackInfo()
520 for (i = 0; i < *numPackStreams; i++) in SzReadPackInfo()
538 UInt32 numCoders, numBindPairs, numPackStreams, i; in SzGetNextFolderItem() local
626 folder->NumPackStreams = numPackStreams = numInStreams - numBindPairs; in SzGetNextFolderItem()
627 MY_ALLOC(UInt32, folder->PackStreams, (size_t)numPackStreams, alloc); in SzGetNextFolderItem()
629 if (numPackStreams == 1) in SzGetNextFolderItem()
639 for (i = 0; i < numPackStreams; i++) in SzGetNextFolderItem()