github.com/andybalholm/brotli/matchfinder.M0.Lazy (field)

4 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		m0.go#L14: 	Lazy bool
		m0.go#L113: 		if m.Lazy && base+1 < sLimit {
		m0.go#L145: 		if m.Lazy {

	github.com/andybalholm/brotli
		writer.go#L129: 		mf = matchfinder.M0{Lazy: level == 1}