Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load_quic.cc451 rv = ngtcp2_conn_client_new(&quic.conn, &dcid, &scid, &path, quic_version, in quic_init()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h5751 #define ngtcp2_conn_client_new(PCONN, DCID, SCID, PATH, VERSION, CALLBACKS, \ macro
/third_party/curl/lib/vquic/
Dcurl_ngtcp2.c2469 rc = ngtcp2_conn_client_new(&ctx->qconn, &ctx->dcid, &ctx->scid, in cf_connect_start()