google.golang.org/grpc/internal/transport.controlBuffer.put (method)
39 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L310: func (c *controlBuffer) put(it cbItem) error {
http2_client.go#L865: t.controlBuf.put(&incomingGoAway{})
http2_client.go#L890: return t.controlBuf.put(df)
http2_client.go#L905: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L914: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L932: t.controlBuf.put(&outgoingSettings{
http2_client.go#L958: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L968: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L974: t.controlBuf.put(bdpPing)
http2_client.go#L988: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
http2_client.go#L1093: t.controlBuf.put(pingAck)
http2_client.go#L1134: t.controlBuf.put(&incomingGoAway{})
http2_client.go#L1183: t.controlBuf.put(&incomingWindowUpdate{
http2_client.go#L1408: t.controlBuf.put(p)
http2_client.go#L1476: t.controlBuf.put(&outFlowControlSizeRequest{resp})
http2_server.go#L311: t.controlBuf.put(&cleanupStream{
http2_server.go#L368: t.controlBuf.put(&cleanupStream{
http2_server.go#L386: t.controlBuf.put(&cleanupStream{
http2_server.go#L444: t.controlBuf.put(®isterStream{
http2_server.go#L472: t.controlBuf.put(&cleanupStream{
http2_server.go#L537: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_server.go#L547: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id,
http2_server.go#L563: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L567: t.controlBuf.put(&outgoingSettings{
http2_server.go#L593: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L602: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L607: t.controlBuf.put(bdpPing)
http2_server.go#L625: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
http2_server.go#L652: t.controlBuf.put(&cleanupStream{
http2_server.go#L707: t.controlBuf.put(pingAck)
http2_server.go#L741: t.controlBuf.put(&goAway{code: http2.ErrCodeEnhanceYourCalm, debugData: []byte("too_many_pings"), closeConn: true})
http2_server.go#L746: t.controlBuf.put(&incomingWindowUpdate{
http2_server.go#L946: return t.controlBuf.put(df)
http2_server.go#L1032: t.controlBuf.put(p)
http2_server.go#L1120: t.controlBuf.put(hdr)
http2_server.go#L1128: t.controlBuf.put(&cleanupStream{
http2_server.go#L1151: t.controlBuf.put(&goAway{code: code, debugData: debugData, headsUp: true})
http2_server.go#L1206: t.controlBuf.put(&goAway{code: g.code, debugData: g.debugData})
http2_server.go#L1249: t.controlBuf.put(&outFlowControlSizeRequest{resp})
 |
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. |