github.com/klauspost/compress/fse.Scratch.DecompressLimit (field)
10 uses
github.com/klauspost/compress/fse (current package)
decompress.go#L289: if len(s.Out) >= s.DecompressLimit {
decompress.go#L290: return fmt.Errorf("output size (%d) > DecompressLimit (%d)", len(s.Out), s.DecompressLimit)
decompress.go#L306: if len(s.Out) >= s.DecompressLimit {
decompress.go#L307: return fmt.Errorf("output size (%d) > DecompressLimit (%d)", len(s.Out), s.DecompressLimit)
decompress.go#L327: if len(s.Out) >= s.DecompressLimit {
decompress.go#L328: return fmt.Errorf("output size (%d) > DecompressLimit (%d)", len(s.Out), s.DecompressLimit)
fse.go#L71: DecompressLimit int
fse.go#L129: if s.DecompressLimit == 0 {
fse.go#L131: s.DecompressLimit = (2 << 30) - 1
github.com/klauspost/compress/huff0
decompress.go#L58: s.fse.DecompressLimit = 255
![]() |
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. |