compress/bzip2.reader.wantBlockCRC (field)

4 uses

	compress/bzip2 (current package)
		bzip2.go#L28: 	wantBlockCRC uint32
		bzip2.go#L172: 		if bz2.blockCRC != bz2.wantBlockCRC {
		bzip2.go#L238: 	bz2.wantBlockCRC = uint32(br.ReadBits64(32)) // skip checksum. TODO: check it if we can figure out what it is.
		bzip2.go#L240: 	bz2.fileCRC = (bz2.fileCRC<<1 | bz2.fileCRC>>31) ^ bz2.wantBlockCRC