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,