Lines Matching refs:session_
121 session_, settings_payload.byte(), settings_payload.size(),
139 nghttp2_session_set_stream_user_data(session_, 1, ptr);
283 nghttp2_session_set_stream_user_data(session_, frame->hd.stream_id,
923 auto last_stream_id = nghttp2_session_get_last_proc_stream_id(session_);
924 nghttp2_submit_goaway(session_, NGHTTP2_FLAG_NONE, last_stream_id,
946 rv = nghttp2_submit_shutdown_notice(session_);
1027 session_(nullptr),
1038 nghttp2_session_server_new2(&session_, http2conf.upstream.callbacks, this,
1077 rv = nghttp2_submit_settings(session_, NGHTTP2_FLAG_NONE, entry.data(),
1091 rv = nghttp2_session_set_local_window_size(session_, NGHTTP2_FLAG_NONE, 0,
1141 nghttp2_session_del(session_);
1153 rv = nghttp2_session_mem_recv(session_, rb->pos(), rb->rleft());
1169 if (nghttp2_session_want_read(session_) == 0 &&
1170 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) {
1205 session_, NGHTTP2_FLAG_NONE, 0, window_size);
1224 auto datalen = nghttp2_session_mem_send(session_, &data);
1237 if (nghttp2_session_want_read(session_) == 0 &&
1238 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) {
1419 rv = nghttp2_submit_rst_stream(session_, NGHTTP2_FLAG_NONE,
1431 rv = nghttp2_session_terminate_session(session_, error_code);
1558 rv = nghttp2_submit_response(session_, downstream->get_stream_id(),
1610 rv = nghttp2_submit_response(session_, downstream->get_stream_id(),
1633 nghttp2_session_set_stream_user_data(session_, downstream->get_stream_id(),
1726 nghttp2_session_get_remote_settings(session_,
1756 rv = nghttp2_submit_headers(session_, NGHTTP2_FLAG_NONE,
1874 rv = nghttp2_submit_response(session_, downstream->get_stream_id(),
1897 nghttp2_session_resume_data(session_, downstream->get_stream_id());
1920 nghttp2_session_resume_data(session_, downstream->get_stream_id());
2015 rv = nghttp2_session_consume(session_, stream_id, len);
2222 session_, NGHTTP2_FLAG_NONE, downstream->get_stream_id(), nva.data(),
2254 session_, NGHTTP2_SETTINGS_ENABLE_PUSH) == 0 ||
2364 session_, NGHTTP2_FLAG_NONE, downstream->get_stream_id(), nva.data(),