github.com/jackc/chunkreader/v2.ChunkReader.buf (field)
9 uses
github.com/jackc/chunkreader/v2 (current package)
chunkreader.go#L18: buf []byte
chunkreader.go#L51: buf: make([]byte, config.MinBufLen),
chunkreader.go#L61: buf = r.buf[r.rp : r.rp+n]
chunkreader.go#L67: if len(r.buf) < n {
chunkreader.go#L73: if (len(r.buf) - r.wp) < minReadCount {
chunkreader.go#L82: buf = r.buf[r.rp : r.rp+n]
chunkreader.go#L88: n, err := io.ReadAtLeast(r.r, r.buf[r.wp:], fillLen)
chunkreader.go#L101: r.wp = copy(dest, r.buf[r.rp:r.wp])
chunkreader.go#L103: r.buf = dest
![]() |
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. |