Lines Matching defs:conn
174 switch(cf->conn->alpn) {
180 /* Using nghttp2, we add the filter "below" us, so when the conn
267 cf->conn->transport);
282 cf->conn->transport);
480 struct connectdata *conn,
492 Curl_conn_cf_add(data, conn, sockindex, cf);
498 struct connectdata *conn,
508 if(!conn->bits.tls_enable_alpn)
512 result = Curl_conn_may_http3(data, conn);
521 try_h3 = (Curl_conn_may_http3(data, conn) == CURLE_OK);
525 result = cf_http_connect_add(data, conn, sockindex, remotehost,