Lines Matching refs:h3conn

128   nghttp3_conn *h3conn;  member
260 if(!stream->closed && ctx->qconn && ctx->h3conn) { in cf_ngtcp2_stream_close()
263 nghttp3_conn_set_stream_user_data(ctx->h3conn, stream->id, NULL); in cf_ngtcp2_stream_close()
516 nghttp3_conn_read_stream(ctx->h3conn, stream_id, buf, buflen, fin); in cb_recv_stream_data()
555 rv = nghttp3_conn_add_ack_offset(ctx->h3conn, stream_id, datalen); in cb_acked_stream_data_offset()
584 rv = nghttp3_conn_close_stream(ctx->h3conn, stream_id, app_error_code); in cb_stream_close()
610 rv = nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream_id); in cb_stream_reset()
630 rv = nghttp3_conn_shutdown_stream_read(ctx->h3conn, stream_id); in cb_stream_stop_sending()
670 rv = nghttp3_conn_unblock_stream(ctx->h3conn, stream_id); in cb_extend_max_stream_data()
1145 rc = nghttp3_conn_client_new(&ctx->h3conn, in init_ngh3_conn()
1161 rc = nghttp3_conn_bind_control_stream(ctx->h3conn, ctrl_stream_id); in init_ngh3_conn()
1179 rc = nghttp3_conn_bind_qpack_streams(ctx->h3conn, qpack_enc_stream_id, in init_ngh3_conn()
1237 DEBUGASSERT(ctx->h3conn); in cf_ngtcp2_recv()
1485 rc = nghttp3_conn_submit_request(ctx->h3conn, stream->id, in h3_stream_open()
1533 DEBUGASSERT(ctx->h3conn); in cf_ngtcp2_send()
1599 (void)nghttp3_conn_resume_stream(ctx->h3conn, stream->id); in cf_ngtcp2_send()
1730 if(ctx->h3conn && ngtcp2_conn_get_max_data_left(ctx->qconn)) { in read_pkt_to_send()
1731 veccnt = nghttp3_conn_writev_stream(ctx->h3conn, &stream_id, &fin, vec, in read_pkt_to_send()
1759 nghttp3_conn_block_stream(ctx->h3conn, stream_id); in read_pkt_to_send()
1770 nghttp3_conn_shutdown_stream_write(ctx->h3conn, stream_id); in read_pkt_to_send()
1792 int rv = nghttp3_conn_add_write_offset(ctx->h3conn, stream_id, ndatalen); in read_pkt_to_send()
1976 (void)nghttp3_conn_resume_stream(ctx->h3conn, stream->id); in cf_ngtcp2_data_event()
2009 if(ctx->h3conn) in cf_ngtcp2_ctx_close()
2010 nghttp3_conn_del(ctx->h3conn); in cf_ngtcp2_ctx_close()