golang.org/x/net/http2.dataBuffer.r (field)
6 uses
golang.org/x/net/http2 (current package)
databuffer.go#L67: r int // next byte to read is chunks[0][r]
databuffer.go#L87: b.r += n
databuffer.go#L90: if b.r == len(b.chunks[0]) {
databuffer.go#L96: b.r = 0
databuffer.go#L104: return b.chunks[0][b.r:b.w]
databuffer.go#L106: return b.chunks[0][b.r:]
![]() |
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. |