Home
last modified time | relevance | path

Searched defs:http2_state (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_http2.cc104 Http2Options::Http2Options(Http2State* http2_state, SessionType type) { in Http2Options()
220 Http2State* http2_state, in Init()
304 void Http2Settings::RefreshDefaults(Http2State* http2_state) { in RefreshDefaults()
470 Http2Session::Http2Session(Http2State* http2_state, in Http2Session()
Dnode_http2.h725 Http2State* http2_state() const { return http2_state_.get(); } in http2_state() function