const github.com/klauspost/compress/zstd.MinWindowSize
8 uses
github.com/klauspost/compress/zstd (current package)
decoder_options.go#L152: if size < MinWindowSize {
encoder.go#L535: WindowSize: MinWindowSize,
encoder.go#L554: single := len(src) <= e.o.windowSize && len(src) > MinWindowSize
encoder_options.go#L113: case n < MinWindowSize:
encoder_options.go#L114: return fmt.Errorf("window size must be at least %d", MinWindowSize)
framedec.go#L39: MinWindowSize = 1 << 10
framedec.go#L241: d.WindowSize = max(d.FrameContentSize, MinWindowSize)
framedec.go#L251: if d.WindowSize < MinWindowSize {
![]() |
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. |