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

/external/curl/lib/
H A Drtsp.c183 conn->proto.rtspc.rtp_channel = -1;
191 Curl_safefree(conn->proto.rtspc.rtp_buf);
222 (conn->proto.rtspc.rtp_channel == -1)) {
608 struct rtsp_conn *rtspc = &(conn->proto.rtspc); local
615 if(rtspc->rtp_buf) {
617 char *newptr = realloc(rtspc->rtp_buf, rtspc->rtp_bufsize + *nread);
619 Curl_safefree(rtspc->rtp_buf);
620 rtspc
[all...]
H A Durldata.h1066 struct rtsp_conn rtspc; member in union:connectdata::__anon3631

Completed in 58 milliseconds