Lines Matching refs:Http2Scope
75 Http2Scope::Http2Scope(Http2Stream* stream) : Http2Scope(stream->session()) {} in Http2Scope() function in node::http2::Http2Scope
77 Http2Scope::Http2Scope(Http2Session* session) : session_(session) { in Http2Scope() function in node::http2::Http2Scope
89 Http2Scope::~Http2Scope() { in ~Http2Scope()
313 Http2Scope h2scope(session_.get()); in Send()
1752 Http2Scope h2scope(this); in SubmitRequest()
1776 Http2Scope h2scope(this); in OnStreamRead()
1988 Http2Scope h2scope(this); in DoShutdown()
2050 Http2Scope h2scope(this); in SubmitResponse()
2073 Http2Scope h2scope(this); in SubmitInfo()
2101 Http2Scope h2scope(this); in SubmitTrailers()
2129 Http2Scope h2scope(this); in SubmitPriority()
2183 Http2Scope h2scope(this); in FlushRstStream()
2197 Http2Scope h2scope(this); in SubmitPushPromise()
2219 Http2Scope h2scope(this); in ReadStart()
2261 Http2Scope h2scope(this); in DoWrite()
2600 Http2Scope h2scope(this); in Goaway()
2798 Http2Scope h2scope(this); in AltSvc()
2804 Http2Scope h2scope(this); in Origin()
2979 Http2Scope h2scope(session_.get()); in Send()