google.golang.org/grpc/internal/transport.http2Server.controlBuf (field)

32 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L83: 	controlBuf *controlBuffer
		http2_server.go#L236: 	t.controlBuf = newControlBuffer(t.done)
		http2_server.go#L289: 		t.loopy = newLoopyWriter(serverSide, t.framer, t.controlBuf, t.bdpEst)
		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#L458: 		t.controlBuf.throttle()
		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#L678: 	t.controlBuf.executeAndPut(func(interface{}) bool {
		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#L817: 	success, err := t.controlBuf.executeAndPut(t.checkForHeaderListSize, &headerFrame{
		http2_server.go#L887: 	success, err := t.controlBuf.execute(t.checkForHeaderListSize, trailingHeader)
		http2_server.go#L946: 	return t.controlBuf.put(df)
		http2_server.go#L1032: 				t.controlBuf.put(p)
		http2_server.go#L1062: 	t.controlBuf.finish()
		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})