Lines Matching defs:session
826 int on_stream_close_callback(nghttp2_session *session, int32_t stream_id,
835 nghttp2_session_get_stream_user_data(session, stream_id));
849 // frontend session.
901 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame,
906 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
964 nghttp2_session_get_stream_user_data(session, promised_stream_id));
1010 int on_invalid_header_callback2(nghttp2_session *session,
1016 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1047 int on_begin_headers_callback(nghttp2_session *session,
1058 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1069 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1096 nghttp2_session *session, const nghttp2_frame *frame) {
1222 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame,
1230 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1264 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1272 rv = on_response_headers(http2session, downstream, session, frame);
1279 rv = on_response_headers(http2session, downstream, session, frame);
1313 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1356 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1368 nghttp2_session_get_stream_user_data(session, promised_stream_id));
1404 int on_data_chunk_recv_callback(nghttp2_session *session, uint8_t flags,
1410 nghttp2_session_get_stream_user_data(session, stream_id));
1468 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame,
1474 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1514 int on_frame_not_send_callback(nghttp2_session *session,
1531 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1566 int send_data_callback(nghttp2_session *session, nghttp2_frame *frame,
1571 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id));
1776 SSLOG(INFO, this) << "No more read/write for this HTTP2 session";
1807 SSLOG(INFO, this) << "No more read/write for this session";
2319 // If session does not allow further requests, it effectively means