Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7z.h71 UInt32 NumPackStreams; member
117 UInt32 NumPackStreams; member
D7zDec.c277 if (f->NumPackStreams != 1 || f->PackStreams[0] != 0 || f->NumBindPairs != 0) in CheckSupportedFolder()
287 f->NumPackStreams != 1 || in CheckSupportedFolder()
309 if (f->NumPackStreams != 4 || in CheckSupportedFolder()
D7zIn.c36 p->NumPackStreams = 0; in SzFolder_Init()
111 p->NumPackStreams = 0; in SzAr_Init()
190 startPos += p->db.Folders[i].NumPackStreams; in SzArEx_Fill()
193 MY_ALLOC(UInt64, p->PackStreamStartPositions, p->db.NumPackStreams, alloc); in SzArEx_Fill()
195 for (i = 0; i < p->db.NumPackStreams; i++) in SzArEx_Fill()
255 for (i = 0; i < folder->NumPackStreams; i++) in SzArEx_GetFolderFullPackSize()
626 folder->NumPackStreams = numPackStreams = numInStreams - numBindPairs; in SzGetNextFolderItem()
885 RINOK(SzReadPackInfo(sd, dataOffset, &p->NumPackStreams, in SzReadStreamsInfo()
Dszfile.c497 apArc->mNumStreams = pImp->mDB.db.NumPackStreams; in SZFILE_CreateArc()
549 for(jx=0;jx<pImp->mDB.db.Folders[ixFolder].NumPackStreams;jx++) in SZFILE_CreateArc()