net/http.http2writeQueue.s (field)
21 uses
net/http (current package)
h2_bundle.go#L9793: s []http2FrameWriteRequest
h2_bundle.go#L9796: func (q *http2writeQueue) empty() bool { return len(q.s) == 0 }
h2_bundle.go#L9799: q.s = append(q.s, wr)
h2_bundle.go#L9803: if len(q.s) == 0 {
h2_bundle.go#L9806: wr := q.s[0]
h2_bundle.go#L9808: copy(q.s, q.s[1:])
h2_bundle.go#L9809: q.s[len(q.s)-1] = http2FrameWriteRequest{}
h2_bundle.go#L9810: q.s = q.s[:len(q.s)-1]
h2_bundle.go#L9819: if len(q.s) == 0 {
h2_bundle.go#L9822: consumed, rest, numresult := q.s[0].Consume(n)
h2_bundle.go#L9829: q.s[0] = rest
h2_bundle.go#L9840: for i := range q.s {
h2_bundle.go#L9841: q.s[i] = http2FrameWriteRequest{}
h2_bundle.go#L9843: q.s = q.s[:0]
h2_bundle.go#L10154: n.q.s = nil
![]() |
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. |