Searched refs:rtspc (Results 1 – 2 of 2) sorted by relevance
184 conn->proto.rtspc.rtp_channel = -1; in rtsp_connect()192 Curl_safefree(conn->proto.rtspc.rtp_buf); in rtsp_disconnect()223 (conn->proto.rtspc.rtp_channel == -1)) { in rtsp_done()589 struct rtsp_conn *rtspc = &(conn->proto.rtspc); in rtsp_rtp_readwrite() local596 if(rtspc->rtp_buf) { in rtsp_rtp_readwrite()598 char *newptr = realloc(rtspc->rtp_buf, rtspc->rtp_bufsize + *nread); in rtsp_rtp_readwrite()600 Curl_safefree(rtspc->rtp_buf); in rtsp_rtp_readwrite()601 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()602 rtspc->rtp_bufsize = 0; in rtsp_rtp_readwrite()605 rtspc->rtp_buf = newptr; in rtsp_rtp_readwrite()[all …]
1029 struct rtsp_conn rtspc; member