Lines Matching refs:rtp_buf
208 Curl_safefree(conn->proto.rtspc.rtp_buf); in rtsp_disconnect()
623 if(rtspc->rtp_buf) { in rtsp_rtp_readwrite()
625 char *newptr = Curl_saferealloc(rtspc->rtp_buf, in rtsp_rtp_readwrite()
628 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()
632 rtspc->rtp_buf = newptr; in rtsp_rtp_readwrite()
633 memcpy(rtspc->rtp_buf + rtspc->rtp_bufsize, k->str, *nread); in rtsp_rtp_readwrite()
635 rtp = rtspc->rtp_buf; in rtsp_rtp_readwrite()
669 Curl_safefree(rtspc->rtp_buf); in rtsp_rtp_readwrite()
670 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()
700 Curl_safefree(rtspc->rtp_buf); in rtsp_rtp_readwrite()
701 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()
706 Curl_safefree(rtspc->rtp_buf); in rtsp_rtp_readwrite()
707 rtspc->rtp_buf = scratch; in rtsp_rtp_readwrite()
728 Curl_safefree(rtspc->rtp_buf); in rtsp_rtp_readwrite()
729 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()