HomeSort by relevance Sort by last modified time
    Searched refs:PackCRCsDefined (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 184 CRecordVector<bool> PackCRCsDefined;
199 PackCRCsDefined.Clear();
214 PackCRCsDefined.ReserveDown();
229 PackCRCsDefined.IsEmpty() &&
7zOut.cpp 369 const CRecordVector<bool> &packCRCsDefined,
381 WriteHashDigests(packCRCsDefined, packCRCs);
584 db.PackCRCsDefined,
7zIn.cpp 497 CBoolVector &packCRCsDefined,
517 ReadHashDigests(numPackStreams, packCRCsDefined, packCRCs);
522 if (packCRCsDefined.IsEmpty())
524 BoolVector_Fill_False(packCRCsDefined, numPackStreams);
692 CBoolVector &packCRCsDefined,
711 ReadPackInfo(dataOffset, packSizes, packCRCsDefined, packCRCs);
791 CBoolVector packCRCsDefined;
803 packCRCsDefined,
906 db.PackCRCsDefined,
    [all...]
  /external/lzma/C/
7z.h 113 Byte *PackCRCsDefined;
7zIn.c 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));
    [all...]

Completed in 373 milliseconds