Lines Matching defs:conn
56 struct connectdata *conn, bool dead);
58 struct connectdata *conn, curl_socket_t *socks);
63 * @param conn the connection
77 struct connectdata *conn);
85 static int rtsp_getsock_do(struct Curl_easy *data, struct connectdata *conn,
90 socks[0] = conn->sock[FIRSTSOCKET];
129 struct connectdata *conn)
132 (void)conn;
138 Curl_dyn_init(&conn->proto.rtspc.buf, MAX_RTP_BUFFERSIZE);
147 struct connectdata *conn,
155 if(!Curl_conn_is_alive(data, conn, &input_pending))
175 data->conn->proto.rtspc.rtp_channel = -1;
181 struct connectdata *conn, bool dead)
185 Curl_dyn_free(&conn->proto.rtspc.buf);
213 (data->conn->proto.rtspc.rtp_channel == -1)) {
223 struct connectdata *conn = data->conn;
252 data->state.first_host = strdup(conn->host.name);
256 data->state.first_remote_port = conn->remote_port;
257 data->state.first_remote_protocol = conn->handler->protocol;
390 result = Curl_http_output_auth(data, conn, p_request, HTTPREQ_GET,
599 struct rtsp_conn *rtspc = &(data->conn->proto.rtspc);
621 struct rtsp_conn *rtspc = &(data->conn->proto.rtspc);
785 struct rtsp_conn *rtspc = &(data->conn->proto.rtspc);