Home
last modified time | relevance | path

Searched refs:http2_state (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_http2.cc104 Http2Options::Http2Options(Http2State* http2_state, SessionType type) { in Http2Options() argument
129 AliasedUint32Array& buffer = http2_state->options_buffer; in Http2Options()
220 Http2State* http2_state, in Init()
222 AliasedUint32Array& buffer = http2_state->settings_buffer; in Init()
246 count_ = Init(session->http2_state(), entries_); in Http2Settings()
294 AliasedUint32Array& buffer = session->http2_state()->settings_buffer; in Update()
304 void Http2Settings::RefreshDefaults(Http2State* http2_state) { in RefreshDefaults() argument
305 AliasedUint32Array& buffer = http2_state->settings_buffer; in RefreshDefaults()
470 Http2Session::Http2Session(Http2State* http2_state, in Http2Session() argument
473 : AsyncWrap(http2_state in Http2Session()
219 Init( Http2State* http2_state, nghttp2_settings_entry* entries) Init() argument
[all...]
H A Dnode_http2.h188 Http2Options(Http2State* http2_state,
576 Http2Session(Http2State* http2_state,
725 Http2State* http2_state() const { return http2_state_.get(); } in http2_state() function in node::http2::Http2Session
1018 static void RefreshDefaults(Http2State* http2_state);
1026 Http2State* http2_state,

Completed in 10 milliseconds