Home | History | Annotate | Download | only in C

Lines Matching refs:PackCRCsDefined

107   p->PackCRCsDefined = 0;

124 IAlloc_Free(alloc, p->PackCRCsDefined);
486 Byte **packCRCsDefined,
511 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc));
516 if (*packCRCsDefined == 0)
518 MY_ALLOC(Byte, *packCRCsDefined, (size_t)*numPackStreams, alloc);
522 (*packCRCsDefined)[i] = 0;
886 &p->PackSizes, &p->PackCRCsDefined, &p->PackCRCs, alloc));