bufio.Writer.Buffered (method)

7 uses

	bufio (current package)
		bufio.go#L627: func (b *Writer) Buffered() int { return b.n }
		bufio.go#L636: 		if b.Buffered() == 0 {
		bufio.go#L728: 	if b.Buffered() == 0 {

	encoding/xml
		marshal.go#L227: 		if t.Target == "xml" && p.Buffered() != 0 {

	github.com/go-redis/redis/v8/internal/pool
		conn.go#L84: 		if cn.bw.Buffered() > 0 {

	golang.org/x/net/http2
		server.go#L2580: 	if rws.bw.Buffered() > 0 {

	net/http
		h2_bundle.go#L6135: 	if rws.bw.Buffered() > 0 {