Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dserver.go786 sc.sendWindowUpdate(nil, int(diff))
1470 sc.sendWindowUpdate(nil, p.Len())
1596 sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
2146 sc.sendWindowUpdate(nil, n) // conn-level
2150 sc.sendWindowUpdate(st, n)
2155 func (sc *serverConn) sendWindowUpdate(st *stream, n int) { func