Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_quiche.c94 quiche_h3_conn *h3c; member
153 if(ctx->h3c) in cf_quiche_ctx_close()
154 quiche_h3_conn_free(ctx->h3c); in cf_quiche_ctx_close()
425 nread = quiche_h3_recv_body(ctx->h3c, ctx->qconn, stream->id, in stream_resp_read()
570 while(ctx->h3c) { in cf_poll_events()
571 curl_int64_t stream3_id = quiche_h3_conn_poll(ctx->h3c, ctx->qconn, &ev); in cf_poll_events()
926 nwritten = quiche_h3_send_body(ctx->h3c, ctx->qconn, stream->id, in cf_quiche_send_body()
1033 stream3_id = quiche_h3_send_request(ctx->h3c, ctx->qconn, nva, nheader, in h3_open_stream()
1441 ctx->h3c = quiche_h3_conn_new_with_transport(ctx->qconn, ctx->h3config); in cf_quiche_connect()
1442 if(!ctx->h3c) { in cf_quiche_connect()

Completed in 9 milliseconds