Searched refs:packCRCsDefined (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 497 CBoolVector &packCRCsDefined, in ReadPackInfo() argument 517 ReadHashDigests(numPackStreams, packCRCsDefined, packCRCs); in ReadPackInfo() 522 if (packCRCsDefined.IsEmpty()) in ReadPackInfo() 524 BoolVector_Fill_False(packCRCsDefined, numPackStreams); in ReadPackInfo() 692 CBoolVector &packCRCsDefined, in ReadStreamsInfo() argument 711 ReadPackInfo(dataOffset, packSizes, packCRCsDefined, packCRCs); in ReadStreamsInfo() 791 CBoolVector packCRCsDefined; in ReadAndDecodePackedStreams() local 803 packCRCsDefined, in ReadAndDecodePackedStreams()
|
D | 7zIn.h | 177 CBoolVector &packCRCsDefined, 195 CBoolVector &packCRCsDefined,
|
D | 7zOut.h | 85 const CRecordVector<bool> &packCRCsDefined,
|
D | 7zOut.cpp | 369 const CRecordVector<bool> &packCRCsDefined, in WritePackInfo() argument 381 WriteHashDigests(packCRCsDefined, packCRCs); in WritePackInfo()
|
/external/lzma/C/ |
D | 7zIn.c | 486 Byte **packCRCsDefined, in SzReadPackInfo() argument 511 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc)); in SzReadPackInfo() 516 if (*packCRCsDefined == 0) in SzReadPackInfo() 518 MY_ALLOC(Byte, *packCRCsDefined, (size_t)*numPackStreams, alloc); in SzReadPackInfo() 522 (*packCRCsDefined)[i] = 0; in SzReadPackInfo()
|