Searched refs:BindPairs (Results 1 – 3 of 3) sorted by relevance
290 f->BindPairs[0].InIndex != 1 || in CheckSupportedFolder()291 f->BindPairs[0].OutIndex != 0) in CheckSupportedFolder()315 f->BindPairs[0].InIndex != 5 || f->BindPairs[0].OutIndex != 0 || in CheckSupportedFolder()316 f->BindPairs[1].InIndex != 4 || f->BindPairs[1].OutIndex != 1 || in CheckSupportedFolder()317 f->BindPairs[2].InIndex != 3 || f->BindPairs[2].OutIndex != 2) in CheckSupportedFolder()
66 CSzBindPair *BindPairs; member
31 p->BindPairs = 0; in SzFolder_Init()49 IAlloc_Free(alloc, p->BindPairs); in SzFolder_Free()68 if (p->BindPairs[i].InIndex == inStreamIndex) in SzFolder_FindBindPairForInStream()78 if (p->BindPairs[i].OutIndex == outStreamIndex) in SzFolder_FindBindPairForOutStream()614 MY_ALLOC(CSzBindPair, folder->BindPairs, (size_t)numBindPairs, alloc); in SzGetNextFolderItem()618 CSzBindPair *bp = folder->BindPairs + i; in SzGetNextFolderItem()