Home | History | Annotate | Download | only in C

Lines Matching full:digests

467     UInt32 **digests,

472 MY_ALLOC(UInt32, *digests, numItems, alloc);
476 RINOK(SzReadUInt32(sd, (*digests) + i));
723 UInt32 **digests,
761 *digests = 0;
769 *digests = (UInt32 *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(UInt32));
770 RINOM(*digests);
802 (*digests)[i] = 0;
832 (*digests)[si] = folder->UnpackCRC;
841 (*digests)[si] = digests2[digestIndex];
869 UInt32 **digests, /* allocTemp */
897 numUnpackStreams, unpackSizes, digestsDefined, digests, allocTemp));
945 UInt32 **digests, /* allocTemp */
976 digests, allocMain, allocTemp));
1102 file->Crc = (*digests)[sizeIndex];
1130 UInt32 *digests = 0;
1135 &unpackSizes, &digestsDefined, &digests,
1140 IAlloc_Free(allocTemp, digests);
1155 UInt32 **digests,
1166 &numUnpackStreams, unpackSizes, digestsDefined, digests,
1201 UInt32 *digests = 0;
1205 &p, &unpackSizes, &digestsDefined, &digests,
1210 IAlloc_Free(allocTemp, digests);