Searched refs:rtp_buf (Results 1 – 2 of 2) sorted by relevance
179 Curl_safefree(conn->proto.rtspc.rtp_buf); in rtsp_disconnect()603 if(rtspc->rtp_buf) { in rtsp_rtp_readwrite()605 char *newptr = Curl_saferealloc(rtspc->rtp_buf, in rtsp_rtp_readwrite()608 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()612 rtspc->rtp_buf = newptr; in rtsp_rtp_readwrite()613 memcpy(rtspc->rtp_buf + rtspc->rtp_bufsize, k->str, *nread); in rtsp_rtp_readwrite()615 rtp = rtspc->rtp_buf; in rtsp_rtp_readwrite()649 Curl_safefree(rtspc->rtp_buf); in rtsp_rtp_readwrite()650 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()680 Curl_safefree(rtspc->rtp_buf); in rtsp_rtp_readwrite()[all …]
48 char *rtp_buf; member