Home
last modified time | relevance | path

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

/external/curl/lib/
Drtsp.c186 conn->proto.rtspc.rtp_channel = -1; in rtsp_connect()
194 Curl_safefree(conn->proto.rtspc.rtp_buf); in rtsp_disconnect()
223 (conn->proto.rtspc.rtp_channel == -1)) { in rtsp_done()
596 struct rtsp_conn *rtspc = &(conn->proto.rtspc); in rtsp_rtp_readwrite() local
603 if(rtspc->rtp_buf) { in rtsp_rtp_readwrite()
605 char *newptr = Curl_saferealloc(rtspc->rtp_buf, in rtsp_rtp_readwrite()
606 rtspc->rtp_bufsize + *nread); in rtsp_rtp_readwrite()
608 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()
609 rtspc->rtp_bufsize = 0; in rtsp_rtp_readwrite()
612 rtspc->rtp_buf = newptr; in rtsp_rtp_readwrite()
[all …]
Durldata.h1068 struct rtsp_conn rtspc; member