github.com/klauspost/compress/zstd/internal/xxhash.Digest.Write (method, view implemented interface methods)
10 uses
github.com/klauspost/compress/zstd/internal/xxhash (current package)
xxhash.go#L62: func (d *Digest) Write(b []byte) (n int, err error) {
xxhash_safe.go#L10: return d.Write([]byte(s))
github.com/klauspost/compress/zstd
decoder.go#L467: d.current.crc.Write(next.b)
decoder.go#L550: d.frame.crc.Write(d.current.b)
encoder.go#L182: _, _ = s.encoder.CRC().Write(p)
encoder.go#L192: _, _ = s.encoder.CRC().Write(add)
encoder.go#L388: _, _ = e.state.encoder.CRC().Write(src[:n2])
encoder.go#L577: _, _ = enc.CRC().Write(src)
encoder.go#L609: _, _ = enc.CRC().Write(todo)
framedec.go#L405: d.crc.Write(dst[crcStart:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |