HomeSort by relevance Sort by last modified time
    Searched refs:inFlow (Results 1 - 4 of 4) sorted by null

  /external/syzkaller/vendor/google.golang.org/grpc/transport/
flowcontrol.go 145 // inFlow deals with inbound flow control
146 type inFlow struct {
157 // is reading data bigger in size than the inFlow limit.
161 // newLimit updates the inflow window to a new value n.
163 func (f *inFlow) newLimit(n uint32) uint32 {
171 func (f *inFlow) maybeAdjust(n uint32) uint32 {
204 func (f *inFlow) onData(n uint32) error {
219 func (f *inFlow) onRead(n uint32) uint32 {
transport.go 178 fc *inFlow
http2_server.go 310 fc: &inFlow{limit: uint32(t.initialWindowSize)},
    [all...]
http2_client.go 584 s.fc = &inFlow{limit: uint32(t.initialWindowSize)}
    [all...]

Completed in 445 milliseconds