Home
last modified time | relevance | path

Searched refs:SettingMaxConcurrentStreams (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dhttp2.go154 SettingMaxConcurrentStreams SettingID = 0x3 const
163 SettingMaxConcurrentStreams: "MAX_CONCURRENT_STREAMS",
Dserver.go776 {SettingMaxConcurrentStreams, sc.advMaxStreams},
1512 case SettingMaxConcurrentStreams:
Dtransport.go1991 case SettingMaxConcurrentStreams:
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_server.go151 ID: http2.SettingMaxConcurrentStreams,
Dhttp2_client.go922 if s.ID == http2.SettingMaxConcurrentStreams {