Lines Matching defs:conn
242 if((sdata->conn == data->conn) && H3_STREAM_ID(sdata) == stream_id) {
305 static int cb_h3_acked_req_body(nghttp3_conn *conn, int64_t stream_id,
770 static int cb_h3_stream_close(nghttp3_conn *conn, int64_t stream_id,
777 (void)conn;
834 static int cb_h3_recv_data(nghttp3_conn *conn, int64_t stream3_id,
843 (void)conn;
860 static int cb_h3_deferred_consume(nghttp3_conn *conn, int64_t stream3_id,
866 (void)conn;
876 static int cb_h3_end_headers(nghttp3_conn *conn, int64_t stream_id,
883 (void)conn;
905 static int cb_h3_recv_header(nghttp3_conn *conn, int64_t stream_id,
916 (void)conn;
967 static int cb_h3_stop_sending(nghttp3_conn *conn, int64_t stream_id,
974 (void)conn;
986 static int cb_h3_reset_stream(nghttp3_conn *conn, int64_t stream_id,
993 (void)conn;
1198 static int cb_h3_acked_req_body(nghttp3_conn *conn, int64_t stream_id,
1222 int rv = nghttp3_conn_resume_stream(conn, stream_id);
1231 cb_h3_read_req_body(nghttp3_conn *conn, int64_t stream_id,
1242 (void)conn;
1539 cf->conn->bits.multiplex = TRUE; /* at least potentially multiplexed */
1540 cf->conn->httpversion = 30;
1541 cf->conn->bundle->multiuse = BUNDLE_MULTIPLEX;
2171 cf->conn->alpn = CURL_HTTP_VERSION_3;
2173 connkeep(cf->conn, "HTTP/3 default");
2330 struct connectdata *conn,
2350 result = Curl_cf_udp_create(&udp_cf, data, conn, ai, TRNSPRT_QUIC);
2354 cf->conn = conn;
2355 udp_cf->conn = cf->conn;
2371 const struct connectdata *conn,
2374 struct Curl_cfilter *cf = conn? conn->cfilter[sockindex] : NULL;