Home
last modified time | relevance | path

Searched refs:numPackStreams (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zIn.c484 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()
[all …]