github.com/andybalholm/brotli/matchfinder.Bargain2.Skip (field)

3 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		bargain2.go#L22: 	Skip bool
		bargain2.go#L173: 		if z.Skip {

	github.com/andybalholm/brotli
		writer.go#L145: 		mf = &matchfinder.Bargain2{MaxDistance: 1 << 20, Skip: true}