Searched refs:ngtcp2_conn_client_new (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/src/ |
D | h2load_quic.cc | 451 rv = ngtcp2_conn_client_new(&quic.conn, &dcid, &scid, &path, quic_version, in quic_init()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
D | ngtcp2.h | 5751 #define ngtcp2_conn_client_new(PCONN, DCID, SCID, PATH, VERSION, CALLBACKS, \ macro
|
/third_party/curl/lib/vquic/ |
D | curl_ngtcp2.c | 2469 rc = ngtcp2_conn_client_new(&ctx->qconn, &ctx->dcid, &ctx->scid, in cf_connect_start()
|