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

  /external/syzkaller/vendor/google.golang.org/grpc/transport/
flowcontrol.go 104 type trInFlow struct {
110 func (f *trInFlow) newLimit(n uint32) uint32 {
117 func (f *trInFlow) onData(n uint32) uint32 {
129 func (f *trInFlow) reset() uint32 {
136 func (f *trInFlow) updateEffectiveWindowSize() {
140 func (f *trInFlow) getSize() uint32 {
http2_server.go 75 fc *trInFlow
216 fc: &trInFlow{limit: uint32(icwz)},
    [all...]
http2_client.go 69 fc *trInFlow
222 fc: &trInFlow{limit: uint32(icwz)},
    [all...]

Completed in 370 milliseconds