Searched refs:Http2Scope (Results 1 – 4 of 4) sorted by relevance
75 Http2Scope::Http2Scope(Http2Stream* stream) : Http2Scope(stream->session()) {} in Http2Scope() function in node::http2::Http2Scope77 Http2Scope::Http2Scope(Http2Session* session) : session_(session) { in Http2Scope() function in node::http2::Http2Scope89 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()[all …]
171 class Http2Scope {173 explicit Http2Scope(Http2Stream* stream);174 explicit Http2Scope(Http2Session* session);175 ~Http2Scope();930 friend class Http2Scope; variable
1247 …ode/commit/b8deb7522f)] - **http2**: keep session objects alive during Http2Scope (Anna Henningsen…
1058 …ode/commit/55f6bdb698)] - **http2**: keep session objects alive during Http2Scope (Anna Henningsen…