Searched refs:executeAndPut (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/google.golang.org/grpc/transport/ |
D | http2_client.go | 594 success, err := t.controlBuf.executeAndPut(checkForStreamQuota, hdr) 693 t.controlBuf.executeAndPut(addBackStreamQuota, cleanup) 822 …t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(… 951 t.controlBuf.executeAndPut(updateStreamQuota, sf)
|
D | controlbuf.go | 250 _, err := c.executeAndPut(nil, it) 254 func (c *controlBuffer) executeAndPut(f func(it interface{}) bool, it interface{}) (bool, error) { func
|