Searched refs:packCRCs (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 498 CRecordVector<UInt32> &packCRCs) in ReadPackInfo() argument 517 ReadHashDigests(numPackStreams, packCRCsDefined, packCRCs); in ReadPackInfo() 525 packCRCs.Reserve(numPackStreams); in ReadPackInfo() 526 packCRCs.Clear(); in ReadPackInfo() 528 packCRCs.Add(0); in ReadPackInfo() 693 CRecordVector<UInt32> &packCRCs, in ReadStreamsInfo() argument 711 ReadPackInfo(dataOffset, packSizes, packCRCsDefined, packCRCs); in ReadStreamsInfo() 792 CRecordVector<UInt32> packCRCs; in ReadAndDecodePackedStreams() local 804 packCRCs, in ReadAndDecodePackedStreams()
|
D | 7zIn.h | 178 CRecordVector<UInt32> &packCRCs); 196 CRecordVector<UInt32> &packCRCs,
|
D | 7zOut.h | 86 const CRecordVector<UInt32> &packCRCs);
|
D | 7zOut.cpp | 370 const CRecordVector<UInt32> &packCRCs) in WritePackInfo() argument 381 WriteHashDigests(packCRCsDefined, packCRCs); in WritePackInfo()
|
/external/lzma/C/ |
D | 7zIn.c | 487 UInt32 **packCRCs, in SzReadPackInfo() argument 511 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc)); in SzReadPackInfo() 519 MY_ALLOC(UInt32, *packCRCs, (size_t)*numPackStreams, alloc); in SzReadPackInfo() 523 (*packCRCs)[i] = 0; in SzReadPackInfo()
|