bufio.Writer.Flush (method)

64 uses

	bufio (current package)
		bufio.go#L635: func (b *Writer) Flush() error {
		bufio.go#L686: 			b.Flush()
		bufio.go#L705: 	if b.Available() <= 0 && b.Flush() != nil {
		bufio.go#L729: 		if b.Flush(); b.err != nil {
		bufio.go#L766: 			b.Flush()
		bufio.go#L792: 			if err1 := b.Flush(); err1 != nil {
		bufio.go#L822: 			err = b.Flush()

	encoding/xml
		marshal.go#L176: 	return enc.p.w.Flush()
		marshal.go#L191: 	return enc.p.w.Flush()
		marshal.go#L310: 	return enc.p.w.Flush()
		marshal.go#L1045: 	if err := p.w.Flush(); err != nil {

	go.uber.org/zap/zapcore
		buffered_write_syncer.go#L149: 		if err := s.writer.Flush(); err != nil {
		buffered_write_syncer.go#L164: 		err = s.writer.Flush()

	golang.org/x/net/http2
		http2.go#L309: 	err := bw.Flush()
		server.go#L2766: 		err = rws.bw.Flush()
		transport.go#L542: 	cc.bw.Flush()
		transport.go#L870: 	if err := cc.bw.Flush(); err != nil {
		transport.go#L1431: 	cc.bw.Flush()
		transport.go#L1574: 				err = cc.bw.Flush()
		transport.go#L1618: 	if ferr := cc.bw.Flush(); ferr != nil && err == nil {
		transport.go#L2220: 		cc.bw.Flush()
		transport.go#L2248: 		cc.bw.Flush()
		transport.go#L2295: 				cc.bw.Flush()
		transport.go#L2365: 			cc.bw.Flush()
		transport.go#L2467: 		cc.bw.Flush()
		transport.go#L2634: 		if pingError = cc.bw.Flush(); pingError != nil {
		transport.go#L2677: 	return cc.bw.Flush()
		transport.go#L2705: 	cc.bw.Flush()

	google.golang.org/grpc/internal/binarylog
		sink.go#L127: 			if err := fs.buf.Flush(); err != nil {
		sink.go#L142: 	if err := fs.buf.Flush(); err != nil {

	net/http
		h2_bundle.go#L3753: 	err := bw.Flush()
		h2_bundle.go#L6872: 		err = rws.bw.Flush()
		h2_bundle.go#L8159: 	cc.bw.Flush()
		h2_bundle.go#L8525: 	if err := cc.bw.Flush(); err != nil {
		h2_bundle.go#L9089: 	cc.bw.Flush()
		h2_bundle.go#L9233: 				err = cc.bw.Flush()
		h2_bundle.go#L9277: 	if ferr := cc.bw.Flush(); ferr != nil && err == nil {
		h2_bundle.go#L9892: 		cc.bw.Flush()
		h2_bundle.go#L9920: 		cc.bw.Flush()
		h2_bundle.go#L9967: 				cc.bw.Flush()
		h2_bundle.go#L10037: 			cc.bw.Flush()
		h2_bundle.go#L10134: 		cc.bw.Flush()
		h2_bundle.go#L10301: 		if pingError = cc.bw.Flush(); pingError != nil {
		h2_bundle.go#L10344: 	return cc.bw.Flush()
		h2_bundle.go#L10372: 	cc.bw.Flush()
		request.go#L739: 			err = bw.Flush()
		request.go#L755: 		if err := bw.Flush(); err != nil {
		request.go#L771: 		return bw.Flush()
		server.go#L405: 	return cw.res.conn.bufw.Flush()
		server.go#L613: 	w.w.Flush()  // get rid of any previous writes
		server.go#L948: 			w.conn.bufw.Flush()
		server.go#L1178: 		w.conn.bufw.Flush()
		server.go#L1671: 	w.w.Flush()
		server.go#L1674: 	w.conn.bufw.Flush()
		server.go#L1728: 	err := w.w.Flush()
		server.go#L1745: 		c.bufw.Flush()
		transfer.go#L1134: 		ferr := bw.Flush()
		transport.go#L2668: 				err = pc.bw.Flush()

	net/http/httputil
		reverseproxy.go#L871: 	if err := brw.Flush(); err != nil {

	net/http/internal
		chunked.go#L259: 		err = bw.Flush()

	net/textproto
		writer.go#L33: 	return w.W.Flush()
		writer.go#L118: 	return bw.Flush()

	runtime/pprof
		pprof.go#L755: 	return b.Flush()
		pprof.go#L1032: 	return b.Flush()