Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dcontrolbuf.go175 bytesOutStanding int member
446 str.bytesOutStanding -= int(w.increment)
447 …if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota > 0 && str.state == waitingOnStreamQuo…
742 if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota <= 0 {
770 str.bytesOutStanding += size
790 } else if int(l.oiws)-str.bytesOutStanding <= 0 { // Ran out of stream quota.