Lines Matching refs:Defs
62 #define SzBitUi32s_INIT(p) { (p)->Defs = NULL; (p)->Vals = NULL; }
68 p->Defs = NULL;
73 MY_ALLOC(Byte, p->Defs, (num + 7) >> 3, alloc)
81 ISzAlloc_Free(alloc, p->Defs); p->Defs = NULL;
85 #define SzBitUi64s_INIT(p) { (p)->Defs = NULL; (p)->Vals = NULL; }
89 ISzAlloc_Free(alloc, p->Defs); p->Defs = NULL;
356 defs = crcs->Defs;
372 RINOK(ReadBitVector(sd, numItems, &crcs->Defs, alloc))
911 if (p->FolderCRCs.Defs)
912 numSubDigests = numFolders - CountDefinedBits(p->FolderCRCs.Defs, numFolders);
1070 RINOK(ReadBitVector(sd2, num, &p->Defs, alloc))
1087 defs = p->Defs;
1258 RINOK(ReadBitVector(sd, numFiles, &p->Attribs.Defs, allocMain))
1280 RINOK(ReadBitVector(sd, numFiles, &p->Parents.Defs, allocMain));
1348 p->CRCs.Defs[byteIndex] = crcMask;
1445 p->CRCs.Defs[byteIndex] = crcMask;