Lines Matching defs:req_wrap
1679 BaseObjectPtr<AsyncWrap> wrap = std::move(wr.req_wrap);
1969 if (wr.req_wrap && WriteWrap::FromObject(wr.req_wrap)->stream() == stream)
2114 int Http2Stream::DoShutdown(ShutdownWrap* req_wrap) {
2153 if (head.req_wrap)
2154 WriteWrap::FromObject(head.req_wrap)->Done(UV_ECANCELED);
2387 int Http2Stream::DoWrite(WriteWrap* req_wrap,
2398 // Store the req_wrap on the last write info in the queue, so that it is
2402 i == nbufs - 1 ? req_wrap->GetAsyncWrap() : nullptr),
2497 std::move(stream->queue_.front().req_wrap);
3141 if (req_wrap)
3142 tracker->TrackField("req_wrap", req_wrap);