bufio.Writer.Flush (method)

62 uses

	bufio (current package)
		bufio.go#L621: func (b *Writer) Flush() error {
		bufio.go#L672: 			b.Flush()
		bufio.go#L691: 	if b.Available() <= 0 && b.Flush() != nil {
		bufio.go#L715: 		if b.Flush(); b.err != nil {
		bufio.go#L740: 		b.Flush()
		bufio.go#L763: 			if err1 := b.Flush(); err1 != nil {
		bufio.go#L793: 			err = b.Flush()

	encoding/xml
		marshal.go#L166: 	return enc.p.Flush()
		marshal.go#L181: 	return enc.p.Flush()
		marshal.go#L300: 	return enc.p.Flush()

	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#L288: 	err := bw.Flush()
		server.go#L2771: 		err = rws.bw.Flush()
		transport.go#L811: 	cc.bw.Flush()
		transport.go#L1102: 	if err := cc.bw.Flush(); err != nil {
		transport.go#L1617: 	cc.bw.Flush()
		transport.go#L1739: 				err = cc.bw.Flush()
		transport.go#L1783: 	if ferr := cc.bw.Flush(); ferr != nil && err == nil {
		transport.go#L2547: 		cc.bw.Flush()
		transport.go#L2572: 		cc.bw.Flush()
		transport.go#L2622: 				cc.bw.Flush()
		transport.go#L2692: 			cc.bw.Flush()
		transport.go#L2775: 		cc.bw.Flush()
		transport.go#L2915: 		if err := cc.bw.Flush(); err != nil {
		transport.go#L2951: 	return cc.bw.Flush()
		transport.go#L2972: 	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#L3497: 	err := bw.Flush()
		h2_bundle.go#L6316: 		if err := rws.bw.Flush(); err != nil {
		h2_bundle.go#L7433: 	cc.bw.Flush()
		h2_bundle.go#L7703: 	if err := cc.bw.Flush(); err != nil {
		h2_bundle.go#L8209: 	cc.bw.Flush()
		h2_bundle.go#L8331: 				err = cc.bw.Flush()
		h2_bundle.go#L8375: 	if ferr := cc.bw.Flush(); ferr != nil && err == nil {
		h2_bundle.go#L9149: 		cc.bw.Flush()
		h2_bundle.go#L9176: 		cc.bw.Flush()
		h2_bundle.go#L9222: 			cc.bw.Flush()
		h2_bundle.go#L9292: 			cc.bw.Flush()
		h2_bundle.go#L9376: 		cc.bw.Flush()
		h2_bundle.go#L9514: 		if err := cc.bw.Flush(); err != nil {
		h2_bundle.go#L9550: 	return cc.bw.Flush()
		h2_bundle.go#L9571: 	cc.bw.Flush()
		request.go#L675: 			err = bw.Flush()
		request.go#L691: 		if err := bw.Flush(); err != nil {
		request.go#L707: 		return bw.Flush()
		server.go#L397: 	cw.res.conn.bufw.Flush()
		server.go#L592: 	w.w.Flush()  // get rid of any previous writes
		server.go#L909: 			w.conn.bufw.Flush()
		server.go#L1628: 	w.w.Flush()
		server.go#L1631: 	w.conn.bufw.Flush()
		server.go#L1681: 	w.w.Flush()
		server.go#L1694: 		c.bufw.Flush()
		transfer.go#L1108: 		ferr := bw.Flush()
		transport.go#L2408: 				err = pc.bw.Flush()

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

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

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

	runtime/pprof
		pprof.go#L653: 	return b.Flush()
		pprof.go#L906: 	return b.Flush()