Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c117 ngtcp2_conn *qconn; member
217 ngtcp2_conn_set_stream_user_data(ctx->qconn, stream->id, NULL); in h3_data_done()
313 return ctx->qconn; in get_conn()
414 ngtcp2_conn_extend_max_stream_offset(ctx->qconn, stream->id, in report_consumed_data()
416 ngtcp2_conn_extend_max_offset(ctx->qconn, consumed); in report_consumed_data()
708 expiry = ngtcp2_conn_get_expiry(ctx->qconn); in check_and_set_expiry()
712 int rv = ngtcp2_conn_handle_expiry(ctx->qconn, pktx->ts); in check_and_set_expiry()
726 expiry = ngtcp2_conn_get_expiry(ctx->qconn); in check_and_set_expiry()
747 if(!ctx->qconn) in cf_ngtcp2_adjust_pollset()
757 c_exhaust = want_send && (!ngtcp2_conn_get_cwnd_left(ctx->qconn) || in cf_ngtcp2_adjust_pollset()
[all...]
H A Dcurl_quiche.c92 quiche_conn *qconn; member
122 if(ctx->qconn) in cf_quiche_ctx_clear()
123 quiche_conn_free(ctx->qconn); in cf_quiche_ctx_clear()
209 if(ctx->qconn && !stream->closed) { in h3_data_done()
210 quiche_conn_stream_shutdown(ctx->qconn, stream->id, in h3_data_done()
213 quiche_conn_stream_shutdown(ctx->qconn, stream->id, in h3_data_done()
350 nread = quiche_h3_recv_body(ctx->h3c, ctx->qconn, stream->id, in stream_resp_read()
497 int64_t stream3_id = quiche_h3_conn_poll(ctx->h3c, ctx->qconn, &ev); in cf_poll_events()
559 nread = quiche_conn_recv(ctx->qconn, (unsigned char *)pkt, pktlen, in recv_pkt()
594 DEBUGASSERT(ctx->qconn); in cf_process_ingress()
[all...]
H A Dcurl_msh3.c113 MSH3_CONNECTION *qconn; member
639 stream->req = MsH3RequestOpen(ctx->qconn, &msh3_request_if, data, in cf_msh3_send()
839 ctx->qconn = MsH3ConnectionOpen(ctx->api, in cf_connect_start()
845 if(!ctx->qconn) { in cf_connect_start()
886 if(!ctx->qconn) { in cf_msh3_connect()
927 if(ctx->qconn) { in cf_msh3_close()
928 MsH3ConnectionClose(ctx->qconn); in cf_msh3_close()
929 ctx->qconn = NULL; in cf_msh3_close()
1021 return ctx && ctx->sock[SP_LOCAL] != CURL_SOCKET_BAD && ctx->qconn && in cf_msh3_conn_is_alive()

Completed in 6 milliseconds