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
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |