bufio.Writer.Flush (method)
70 uses
bufio (current package)
bufio.go#L600: func (b *Writer) Flush() error {
bufio.go#L643: b.Flush()
bufio.go#L662: if b.Available() <= 0 && b.Flush() != nil {
bufio.go#L685: if b.Flush(); b.err != nil {
bufio.go#L710: b.Flush()
bufio.go#L738: if err1 := b.Flush(); err1 != nil {
bufio.go#L762: err = b.Flush()
archive/zip
writer.go#L61: return w.cw.w.(*bufio.Writer).Flush()
writer.go#L205: return w.cw.w.(*bufio.Writer).Flush()
encoding/xml
marshal.go#L166: return enc.p.Flush()
marshal.go#L181: return enc.p.Flush()
marshal.go#L300: return enc.p.Flush()
github.com/go-git/go-git/v5/plumbing/format/packfile
scanner.go#L444: return r.wbuf.Flush()
github.com/go-git/go-git/v5/storage/filesystem
index.go#L25: if e := bw.Flush(); err == nil && e != nil {
github.com/go-git/go-git/v5/storage/filesystem/dotgit
dotgit.go#L1015: err = w.Flush()
github.com/go-redis/redis/v8/internal/pool
conn.go#L92: if err := cn.bw.Flush(); err != nil {
github.com/prometheus/common/expfmt
text_create.go#L85: bErr := b.Flush()
golang.org/x/crypto/ssh
transport.go#L182: if err = w.Flush(); err != nil {
golang.org/x/net/html
render.go#L53: return buf.Flush()
golang.org/x/net/http2
http2.go#L288: err := bw.Flush()
server.go#L2581: if err := rws.bw.Flush(); err != nil {
transport.go#L699: cc.bw.Flush()
transport.go#L886: if err := cc.bw.Flush(); err != nil {
transport.go#L1293: cc.bw.Flush()
transport.go#L1387: err = cc.bw.Flush()
transport.go#L1429: if ferr := cc.bw.Flush(); ferr != nil && err == nil {
transport.go#L2159: cc.bw.Flush()
transport.go#L2185: cc.bw.Flush()
transport.go#L2221: cc.bw.Flush()
transport.go#L2271: cc.bw.Flush()
transport.go#L2388: cc.bw.Flush()
transport.go#L2458: if err := cc.bw.Flush(); err != nil {
transport.go#L2492: return cc.bw.Flush()
transport.go#L2513: cc.bw.Flush()
google.golang.org/grpc/internal/binarylog
sink.go#L126: fs.buf.Flush()
sink.go#L137: fs.buf.Flush()
net/http
h2_bundle.go#L3360: err := bw.Flush()
h2_bundle.go#L6136: if err := rws.bw.Flush(); err != nil {
h2_bundle.go#L7202: cc.bw.Flush()
h2_bundle.go#L7389: if err := cc.bw.Flush(); err != nil {
h2_bundle.go#L7796: cc.bw.Flush()
h2_bundle.go#L7890: err = cc.bw.Flush()
h2_bundle.go#L7932: if ferr := cc.bw.Flush(); ferr != nil && err == nil {
h2_bundle.go#L8662: cc.bw.Flush()
h2_bundle.go#L8688: cc.bw.Flush()
h2_bundle.go#L8724: cc.bw.Flush()
h2_bundle.go#L8774: cc.bw.Flush()
h2_bundle.go#L8891: cc.bw.Flush()
h2_bundle.go#L8961: if err := cc.bw.Flush(); err != nil {
h2_bundle.go#L8995: return cc.bw.Flush()
h2_bundle.go#L9016: cc.bw.Flush()
request.go#L674: err = bw.Flush()
request.go#L690: if err := bw.Flush(); err != nil {
request.go#L706: return bw.Flush()
server.go#L397: cw.res.conn.bufw.Flush()
server.go#L612: w.w.Flush() // get rid of any previous writes
server.go#L907: 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#L1103: ferr := bw.Flush()
transport.go#L2398: err = pc.bw.Flush()
net/http/httputil
reverseproxy.go#L591: if err := brw.Flush(); err != nil {
net/http/internal
chunked.go#L217: err = bw.Flush()
net/textproto
writer.go#L33: return w.W.Flush()
writer.go#L118: return bw.Flush()
runtime/pprof
pprof.go#L652: return b.Flush()
pprof.go#L884: return b.Flush()
pprof.go#L937: return b.Flush()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |