Lines Matching refs:session_
244 session_(nullptr), in http2_handler()
258 nghttp2_session_del(session_); in ~http2_handler()
296 rv = nghttp2_session_server_new(&session_, callbacks, this); in start()
302 nghttp2_submit_settings(session_, NGHTTP2_FLAG_NONE, &ent, 1); in start()
333 return !nghttp2_session_want_read(session_) && in should_stop()
334 !nghttp2_session_want_write(session_); in should_stop()
366 rv = nghttp2_submit_response(session_, strm.get_stream_id(), nva.data(), in start_response()
387 rv = nghttp2_submit_trailer(session_, strm.get_stream_id(), nva.data(), in submit_trailer()
410 ::nghttp2::asio_http2::server::stream_error(session_, stream_id, error_code); in stream_error()
428 nghttp2_session_resume_data(session_, strm.get_stream_id()); in resume()
454 rv = nghttp2_submit_push_promise(session_, NGHTTP2_FLAG_NONE, in push_promise()