Home | History | Annotate | Download | only in 7z

Lines Matching refs:nextHeaderCRC

1525   UInt32 nextHeaderCRC = Get32(_header + 28);

1529 if (crcFromArc == 0 && nextHeaderOffset == 0 && nextHeaderSize == 0 && nextHeaderCRC == 0)
1559 nextHeaderCRC = CrcCalc(buf + i, (size_t)nextHeaderSize);
1604 if (CrcCalc(buffer2, nextHeaderSize_t) != nextHeaderCRC)