github.com/andybalholm/brotli/matchfinder.M4.ChainLength (field)
7 uses
github.com/andybalholm/brotli/matchfinder (current package)
m4.go#L34: ChainLength int
m4.go#L87: if q.ChainLength > 0 {
m4.go#L103: if q.ChainLength > 0 {
m4.go#L143: if q.ChainLength > 0 && candidate != 0 {
m4.go#L165: for j := 0; j < q.ChainLength; j++ {
m4.go#L234: if q.ChainLength > 0 && matches[2].End-matches[2].Start >= q.MinLength {
github.com/andybalholm/brotli
writer.go#L150: ChainLength: chainLen,
![]() |
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. |