Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_client.go594 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)
Dcontrolbuf.go250 _, err := c.executeAndPut(nil, it)
254 func (c *controlBuffer) executeAndPut(f func(it interface{}) bool, it interface{}) (bool, error) { func