Home
last modified time | relevance | path

Searched refs:packCRCsDefined (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp497 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()
D7zIn.h177 CBoolVector &packCRCsDefined,
195 CBoolVector &packCRCsDefined,
D7zOut.h85 const CRecordVector<bool> &packCRCsDefined,
D7zOut.cpp369 const CRecordVector<bool> &packCRCsDefined, in WritePackInfo() argument
381 WriteHashDigests(packCRCsDefined, packCRCs); in WritePackInfo()
/external/lzma/C/
D7zIn.c486 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()