Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dcontrolbuf.go342 oiws uint32 // outbound initial window size. member
361 oiws: defaultWindowSize,
447 …if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota > 0 && str.state == waitingOnStreamQuo…
681 o := l.oiws
682 l.oiws = s.Val
683 if o < l.oiws {
742 if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota <= 0 {
790 } else if int(l.oiws)-str.bytesOutStanding <= 0 { // Ran out of stream quota.