Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_server.go506 t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
516 t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id,
532 t.controlBuf.put(&outgoingWindowUpdate{
562 t.controlBuf.put(&outgoingWindowUpdate{
571 t.controlBuf.put(&outgoingWindowUpdate{
590 t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
Dhttp2_client.go796 t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
805 t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
822 …t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(…
849 t.controlBuf.put(&outgoingWindowUpdate{
859 t.controlBuf.put(&outgoingWindowUpdate{
879 t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
Dcontrolbuf.go128 type outgoingWindowUpdate struct { struct
434 func (l *loopyWriter) outgoingWindowUpdateHandler(w *outgoingWindowUpdate) error {
650 case *outgoingWindowUpdate: