github.com/andybalholm/brotli/matchfinder.Writer.BlockSize (field)

6 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L51: 	BlockSize int
		matchfinder.go#L64: 	if w.BlockSize == 0 {
		matchfinder.go#L70: 	for pos = 0; pos+w.BlockSize <= len(w.inBuf) && w.err == nil; pos += w.BlockSize {
		matchfinder.go#L71: 		w.writeBlock(w.inBuf[pos:pos+w.BlockSize], false)

	github.com/andybalholm/brotli
		writer.go#L172: 		BlockSize:   1 << 16,