github.com/andybalholm/brotli/matchfinder.Encoder.Encode (method)

3 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L36: 	Encode(dst []byte, src []byte, matches []Match, lastBlock bool) []byte
		matchfinder.go#L84: 	w.outBuf = w.Encoder.Encode(w.outBuf, p, w.matches, lastBlock)

	github.com/andybalholm/brotli/flate
		gzip.go#L54: 	dst = g.f.Encode(dst, src, matches, lastBlock)