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()
1334 if(!ctx->qconn) { in cf_quiche_ctx_open()
1405 if(!ctx->qconn) { in cf_quiche_connect()
1588 if(!ctx->qconn) in cf_quiche_conn_is_alive()
[all …]
H A Dcurl_ngtcp2.c120 ngtcp2_conn *qconn; member
377 return ctx->qconn; in get_conn()
848 if(!ctx->qconn) in cf_ngtcp2_adjust_pollset()
1235 DEBUGASSERT(ctx->qconn); in cf_ngtcp2_recv()
1531 DEBUGASSERT(ctx->qconn); in cf_ngtcp2_send()
1996 if(ctx->qconn) in cf_ngtcp2_ctx_close()
1997 ngtcp2_conn_del(ctx->qconn); in cf_ngtcp2_ctx_close()
2039 ctx->qconn, NULL, /* path */ in cf_ngtcp2_shutdown()
2100 if(ctx && ctx->qconn) { in cf_ngtcp2_close()
2362 if(!ctx->qconn) { in cf_ngtcp2_connect()
[all …]
H A Dcurl_msh3.c114 MSH3_CONNECTION *qconn; member
680 stream->req = MsH3RequestOpen(ctx->qconn, &msh3_request_if, data, in cf_msh3_send()
862 ctx->qconn = MsH3ConnectionOpen(ctx->api, in cf_connect_start()
868 if(!ctx->qconn) { in cf_connect_start()
909 if(!ctx->qconn) { in cf_msh3_connect()
949 if(ctx->qconn) { in cf_msh3_close()
950 MsH3ConnectionClose(ctx->qconn); in cf_msh3_close()
951 ctx->qconn = NULL; in cf_msh3_close()
1044 return ctx && ctx->sock[SP_LOCAL] != CURL_SOCKET_BAD && ctx->qconn && in cf_msh3_conn_is_alive()

Completed in 20 milliseconds