Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_http2.h722 Http2State* http2_state() const { return http2_state_.get(); } in http2_state() function
937 Http2State* http2_state, in Http2SessionPerformanceEntry()
964 Http2State* http2_state() const { return http2_state_.get(); } in http2_state() function
987 Http2State* http2_state, in Http2StreamPerformanceEntry()
1008 Http2State* http2_state() const { return http2_state_.get(); } in http2_state() function
Dnode_http2.cc100 Http2Options::Http2Options(Http2State* http2_state, SessionType type) { in Http2Options()
215 Http2State* http2_state, in Init()
296 void Http2Settings::RefreshDefaults(Http2State* http2_state) { in RefreshDefaults()
461 Http2Session::Http2Session(Http2State* http2_state, in Http2Session()