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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Drtsp.h44 char *rtp_buf; member in struct:rtsp_conn
H A Drtsp.c194 Curl_safefree(conn->proto.rtspc.rtp_buf);
599 if(rtspc->rtp_buf) {
601 char *newptr = realloc(rtspc->rtp_buf, rtspc->rtp_bufsize + *nread);
603 Curl_safefree(rtspc->rtp_buf);
604 rtspc->rtp_buf = NULL;
608 rtspc->rtp_buf = newptr;
609 memcpy(rtspc->rtp_buf + rtspc->rtp_bufsize, k->str, *nread);
611 rtp = rtspc->rtp_buf;
646 Curl_safefree(rtspc->rtp_buf);
647 rtspc->rtp_buf
[all...]

Completed in 99 milliseconds