Lines Matching refs:req
348 req := &Request{
360 reqCtx = h.Request(reqCtx, c, Receive, &req.WireRequest)
363 c.setHandling(req, true)
366 req.state = requestSerial
368 c.setHandling(req, false)
369 if !req.IsNotify() && req.state < requestReplied {
370 req.Reply(reqCtx, nil, NewErrorf(CodeInternalError, "method %q did not reply", req.Method))
372 req.Parallel()
380 if h.Deliver(reqCtx, req, delivered) {