Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zDec.c277 if (f->NumPackStreams != 1 || f->PackStreams[0] != 0 || f->NumBindPairs != 0) in CheckSupportedFolder()
289 f->NumBindPairs != 1 || in CheckSupportedFolder()
314 f->NumBindPairs != 3 || in CheckSupportedFolder()
D7z.h70 UInt32 NumBindPairs; member
D7zIn.c35 p->NumBindPairs = 0; in SzFolder_Init()
67 for (i = 0; i < p->NumBindPairs; i++) in SzFolder_FindBindPairForInStream()
77 for (i = 0; i < p->NumBindPairs; i++) in SzFolder_FindBindPairForOutStream()
613 folder->NumBindPairs = numBindPairs = numOutStreams - 1; in SzGetNextFolderItem()