Home
last modified time | relevance | path

Searched refs:h3conn (Results 1 – 1 of 1) sorted by relevance

/curl/lib/vquic/
H A Dcurl_ngtcp2.c128 nghttp3_conn *h3conn; member
260 if(!stream->closed && ctx->qconn && ctx->h3conn) { in cf_ngtcp2_stream_close()
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()
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()
1759 nghttp3_conn_block_stream(ctx->h3conn, stream_id); in read_pkt_to_send()
2009 if(ctx->h3conn) in cf_ngtcp2_ctx_close()
[all …]

Completed in 10 milliseconds