Searched refs:NumFolders (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | 7zIn.c | 112 p->NumFolders = 0; in SzAr_Init() 120 for (i = 0; i < p->NumFolders; i++) in SzAr_Free() 186 MY_ALLOC(UInt32, p->FolderStartPackStreamIndex, p->db.NumFolders, alloc); in SzArEx_Fill() 187 for (i = 0; i < p->db.NumFolders; i++) in SzArEx_Fill() 201 MY_ALLOC(UInt32, p->FolderStartFileIndex, p->db.NumFolders, alloc); in SzArEx_Fill() 221 if (folderIndex >= p->db.NumFolders) in SzArEx_Fill() 891 RINOK(SzReadUnpackInfo(sd, &p->NumFolders, &p->Folders, alloc, allocTemp)); in SzReadStreamsInfo() 896 RINOK(SzReadSubStreamsInfo(sd, p->NumFolders, p->Folders, in SzReadStreamsInfo() 1170 if (p->NumFolders != 1) in SzReadAndDecodePackedStreams2()
|
| D | 7z.h | 118 UInt32 NumFolders; member
|
| D | szfile.c | 542 if (ixFolder==pImp->mDB.db.NumFolders-1) in SZFILE_CreateArc() 569 if (ixFolder == pImp->mDB.db.NumFolders) in SZFILE_CreateArc()
|