Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_quiche.c95 quiche_h3_conn *h3c; member
120 if(ctx->h3c) in cf_quiche_ctx_clear()
121 quiche_h3_conn_free(ctx->h3c); in cf_quiche_ctx_clear()
402 nread = quiche_h3_recv_body(ctx->h3c, ctx->qconn, stream->id, in stream_resp_read()
547 while(ctx->h3c) { in cf_poll_events()
548 curl_int64_t stream3_id = quiche_h3_conn_poll(ctx->h3c, ctx->qconn, &ev); in cf_poll_events()
975 stream3_id = quiche_h3_send_request(ctx->h3c, ctx->qconn, nva, nheader, in h3_open_stream()
1066 nwritten = quiche_h3_send_body(ctx->h3c, ctx->qconn, stream->id, in cf_quiche_send()
1436 ctx->h3c = quiche_h3_conn_new_with_transport(ctx->qconn, ctx->h3config); in cf_quiche_connect()
1437 if(!ctx->h3c) { in cf_quiche_connect()

Completed in 8 milliseconds