Searched refs:crcs (Results 1 – 2 of 2) sorted by relevance
696 UInt32 *crcs = 0; in SzReadUnpackInfo() local697 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp); in SzReadUnpackInfo()704 folder->UnpackCRC = crcs[i]; in SzReadUnpackInfo()707 IAlloc_Free(allocTemp, crcs); in SzReadUnpackInfo()
571 CRecordVector<UInt32> crcs; in ReadUnpackInfo() local572 ReadHashDigests(numFolders, crcsDefined, crcs); in ReadUnpackInfo()577 folder.UnpackCRC = crcs[i]; in ReadUnpackInfo()