Searched refs:rtp_buf (Results 1 – 3 of 3) sorted by relevance
192 Curl_safefree(conn->proto.rtspc.rtp_buf); in rtsp_disconnect()596 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()605 rtspc->rtp_buf = newptr; in rtsp_rtp_readwrite()606 memcpy(rtspc->rtp_buf + rtspc->rtp_bufsize, k->str, *nread); in rtsp_rtp_readwrite()608 rtp = rtspc->rtp_buf; in rtsp_rtp_readwrite()643 Curl_safefree(rtspc->rtp_buf); in rtsp_rtp_readwrite()644 rtspc->rtp_buf = NULL; in rtsp_rtp_readwrite()[all …]
44 char *rtp_buf; member
43 rtc::ByteBuffer rtp_buf; in TEST() local44 RtpTestUtility::kTestRawRtpPackets[0].WriteToByteBuffer(kTestSsrc, &rtp_buf); in TEST()45 RtpDumpPacket rtp_packet(rtp_buf.Data(), rtp_buf.Length(), 0, false); in TEST()