Home
last modified time | relevance | path

Searched refs:rtspc (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Drtsp.c138 Curl_dyn_init(&conn->proto.rtspc.buf, MAX_RTP_BUFFERSIZE); in rtsp_setup_connection()
175 data->conn->proto.rtspc.rtp_channel = -1; in rtsp_connect()
185 Curl_dyn_free(&conn->proto.rtspc.buf); in rtsp_disconnect()
213 (data->conn->proto.rtspc.rtp_channel == -1)) { in rtsp_done()
599 struct rtsp_conn *rtspc = &(data->conn->proto.rtspc); in rtp_write_body_junk() local
603 in_body = (data->req.headerline && !rtspc->in_header) && in rtp_write_body_junk()
621 struct rtsp_conn *rtspc = &(data->conn->proto.rtspc); in rtsp_filter_rtp() local
627 bool in_body = (data->req.headerline && !rtspc in rtsp_filter_rtp()
785 struct rtsp_conn *rtspc = &(data->conn->proto.rtspc); rtsp_rtp_write_resp() local
[all...]
H A Durldata.h1043 struct rtsp_conn rtspc; member

Completed in 6 milliseconds