Lines Matching full:session
208 static int on_frame_recv(nghttp2_session *session, const nghttp2_frame *frame,
219 (void)session;
246 rv = nghttp2_submit_rst_stream(session, NGHTTP2_FLAG_NONE,
296 rv = nghttp2_submit_rst_stream(session, NGHTTP2_FLAG_NONE,
309 session, NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS);
312 session, NGHTTP2_SETTINGS_ENABLE_PUSH);
333 static int on_invalid_frame_recv(nghttp2_session *session,
338 (void)session;
346 static int on_data_chunk_recv(nghttp2_session *session, uint8_t flags,
354 (void)session;
402 static int before_frame_send(nghttp2_session *session,
407 (void)session;
412 static int on_frame_send(nghttp2_session *session,
417 (void)session;
423 static int on_frame_not_send(nghttp2_session *session,
428 (void)session;
435 static int on_stream_close(nghttp2_session *session, int32_t stream_id,
441 (void)session;
473 static int on_begin_headers(nghttp2_session *session,
477 (void)session;
511 static int on_header(nghttp2_session *session, const nghttp2_frame *frame,
522 (void)session;
585 static ssize_t data_source_read_callback(nghttp2_session *session,
597 (void)session;
702 /* The nghttp2 session is not yet setup, do it */
951 /* Always send pending frames in nghttp2 session, because