Home
last modified time | relevance | path

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

/third_party/curl/lib/
Drtsp.c134 Curl_dyn_init(&conn->proto.rtspc.buf, MAX_RTP_BUFFERSIZE); in rtsp_setup_connection()
171 data->conn->proto.rtspc.rtp_channel = -1; in rtsp_connect()
181 Curl_dyn_free(&conn->proto.rtspc.buf); in rtsp_disconnect()
209 (data->conn->proto.rtspc.rtp_channel == -1)) { in rtsp_done()
594 struct rtsp_conn *rtspc = &(conn->proto.rtspc); in rtsp_rtp_readwrite() local
603 if(Curl_dyn_len(&rtspc->buf)) { in rtsp_rtp_readwrite()
605 if(Curl_dyn_addn(&rtspc->buf, k->str, *nread)) in rtsp_rtp_readwrite()
607 rtp = Curl_dyn_ptr(&rtspc->buf); in rtsp_rtp_readwrite()
608 rtp_dataleft = Curl_dyn_len(&rtspc->buf); in rtsp_rtp_readwrite()
641 rtspc->rtp_channel = rtp_channel; in rtsp_rtp_readwrite()
[all …]
Durldata.h1033 struct rtsp_conn rtspc; member