Lines Matching defs:conn
102 uint64_t max_idle_ms; /* max idle time for QUIC conn */
169 if(sdata->conn == data->conn) {
255 if((sdata->conn == data->conn) && H3_STREAM_ID(sdata) == stream3_id) {
393 streamclose(cf->conn, "Reset of stream");
459 streamclose(cf->conn, "Reset of stream");
471 streamclose(cf->conn, "End of stream");
1303 cf->conn->bits.multiplex = TRUE; /* at least potentially multiplexed */
1304 cf->conn->httpversion = 30;
1305 cf->conn->bundle->multiuse = BUNDLE_MULTIPLEX;
1377 cf->conn->alpn = CURL_HTTP_VERSION_3;
1379 connkeep(cf->conn, "HTTP/3 default");
1439 uint64_t max_streams = CONN_INUSE(cf->conn);
1500 idletime = Curl_timediff(Curl_now(), cf->conn->lastused);
1543 struct connectdata *conn,
1551 (void)conn;
1562 result = Curl_cf_udp_create(&udp_cf, data, conn, ai, TRNSPRT_QUIC);
1566 udp_cf->conn = cf->conn;
1583 const struct connectdata *conn,
1586 struct Curl_cfilter *cf = conn? conn->cfilter[sockindex] : NULL;