Searched refs:bytesOutStanding (Results 1 – 1 of 1) sorted by relevance
175 bytesOutStanding int member446 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 += size790 } else if int(l.oiws)-str.bytesOutStanding <= 0 { // Ran out of stream quota.