Home
last modified time | relevance | path

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

/external/curl/lib/
Drtsp.c185 conn->proto.rtspc.rtp_channel = -1; in rtsp_connect()
193 Curl_safefree(conn->proto.rtspc.rtp_buf); in rtsp_disconnect()
222 (conn->proto.rtspc.rtp_channel == -1)) { in rtsp_done()
598 struct rtsp_conn *rtspc = &(conn->proto.rtspc); in rtsp_rtp_readwrite() local
605 if(rtspc->rtp_buf) { in rtsp_rtp_readwrite()
607 char *newptr = Curl_saferealloc(rtspc->rtp_buf, in rtsp_rtp_readwrite()
608 rtspc->rtp_bufsize + *nread); in rtsp_rtp_readwrite()
610 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()
611 rtspc->rtp_bufsize = 0; in rtsp_rtp_readwrite()
614 rtspc->rtp_buf = newptr; in rtsp_rtp_readwrite()
[all …]
Durldata.h1029 struct rtsp_conn rtspc; member