golang.org/x/net/http2.dataBuffer.w (field)
6 uses
golang.org/x/net/http2 (current package)
databuffer.go#L68: w int // next byte to write is chunks[len(chunks)-1][w]
databuffer.go#L104: return b.chunks[0][b.r:b.w]
databuffer.go#L126: n := copy(chunk[b.w:], p)
databuffer.go#L128: b.w += n
databuffer.go#L138: if b.w < len(last) {
databuffer.go#L144: b.w = 0
![]() |
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. |