Home
last modified time | relevance | path

Searched refs:getOutFlowWindow (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_server.go1103 s.RemoteFlowControlWindow = t.getOutFlowWindow()
1121 func (t *http2Server) getOutFlowWindow() int64 { func
Dhttp2_client.go1269 s.RemoteFlowControlWindow = t.getOutFlowWindow()
1287 func (t *http2Client) getOutFlowWindow() int64 { func