github.com/klauspost/compress/zstd.Header.DictionaryID (field)
5 uses
github.com/klauspost/compress/zstd (current package)
decodeheader.go#L29: DictionaryID uint32
decodeheader.go#L169: h.DictionaryID = uint32(b[0])
decodeheader.go#L171: h.DictionaryID = uint32(b[0]) | (uint32(b[1]) << 8)
decodeheader.go#L173: h.DictionaryID = uint32(b[0]) | (uint32(b[1]) << 8) | (uint32(b[2]) << 16) | (uint32(b[3]) << 24)
decodeheader.go#L258: DictID: h.DictionaryID,
![]() |
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. |