Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_quiche.c92 quiche_conn *qconn; member
157 if(ctx->qconn) in cf_quiche_ctx_close()
158 quiche_conn_free(ctx->qconn); in cf_quiche_ctx_close()
254 if(ctx->qconn && !stream->closed) { in h3_data_done()
673 DEBUGASSERT(ctx->qconn); in cf_process_ingress()
740 quiche_conn_on_timeout(ctx->qconn); in cf_flush_egress()
1170 if(!ctx->qconn) in cf_quiche_adjust_pollset()
1338 if(!ctx->qconn) { in cf_quiche_ctx_open()
1409 if(!ctx->qconn) { in cf_quiche_connect()
1592 if(!ctx->qconn) in cf_quiche_conn_is_alive()
[all …]
H A Dcurl_ngtcp2.c119 ngtcp2_conn *qconn; member
378 return ctx->qconn; in get_conn()
849 if(!ctx->qconn) in cf_ngtcp2_adjust_pollset()
1236 DEBUGASSERT(ctx->qconn); in cf_ngtcp2_recv()
1532 DEBUGASSERT(ctx->qconn); in cf_ngtcp2_send()
2011 if(ctx->qconn) in cf_ngtcp2_ctx_close()
2012 ngtcp2_conn_del(ctx->qconn); in cf_ngtcp2_ctx_close()
2054 ctx->qconn, NULL, /* path */ in cf_ngtcp2_shutdown()
2115 if(ctx && ctx->qconn) { in cf_ngtcp2_close()
2313 if(!ctx->qconn) { in cf_ngtcp2_connect()
[all …]
H A Dcurl_msh3.c114 MSH3_CONNECTION *qconn; member
672 stream->req = MsH3RequestOpen(ctx->qconn, &msh3_request_if, data, in cf_msh3_send()
854 ctx->qconn = MsH3ConnectionOpen(ctx->api, in cf_connect_start()
860 if(!ctx->qconn) { in cf_connect_start()
901 if(!ctx->qconn) { in cf_msh3_connect()
941 if(ctx->qconn) { in cf_msh3_close()
942 MsH3ConnectionClose(ctx->qconn); in cf_msh3_close()
943 ctx->qconn = NULL; in cf_msh3_close()
1036 return ctx && ctx->sock[SP_LOCAL] != CURL_SOCKET_BAD && ctx->qconn && in cf_msh3_conn_is_alive()

Completed in 36 milliseconds