google.golang.org/grpc/internal/transport.Stream.id (field)
22 uses
google.golang.org/grpc/internal/transport (current package)
handler_server.go#L356: id: 0, // irrelevant
http2_client.go#L652: s.id = h.streamID
http2_client.go#L768: streamID: s.id,
http2_client.go#L772: delete(t.activeStreams, s.id)
http2_client.go#L880: streamID: s.id,
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#L988: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
http2_server.go#L323: id: streamID,
http2_server.go#L369: streamID: s.id,
http2_server.go#L445: streamID: s.id,
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#L625: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
http2_server.go#L818: streamID: s.id,
http2_server.go#L881: streamID: s.id,
http2_server.go#L933: streamID: s.id,
http2_server.go#L1087: if _, ok := t.activeStreams[s.id]; ok {
http2_server.go#L1088: delete(t.activeStreams, s.id)
http2_server.go#L1113: streamID: s.id,
http2_server.go#L1129: streamID: s.id,
transport.go#L238: id uint32
 |
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. |