Home
last modified time | relevance | path

Searched refs:rtp_dataleft (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Drtsp.c619 ssize_t rtp_dataleft; /* how much data left to parse in this round */ in rtsp_rtp_readwrite() local
636 rtp_dataleft = rtspc->rtp_bufsize; in rtsp_rtp_readwrite()
641 rtp_dataleft = *nread; in rtsp_rtp_readwrite()
644 while((rtp_dataleft > 0) && in rtsp_rtp_readwrite()
646 if(rtp_dataleft > 4) { in rtsp_rtp_readwrite()
656 if(rtp_dataleft < rtp_length + 4) { in rtsp_rtp_readwrite()
676 rtp_dataleft -= rtp_length + 4; in rtsp_rtp_readwrite()
693 if(rtp_dataleft != 0 && rtp[0] == '$') { in rtsp_rtp_readwrite()
694 DEBUGF(infof(data, "RTP Rewinding %zd %s\n", rtp_dataleft, in rtsp_rtp_readwrite()
698 scratch = malloc(rtp_dataleft); in rtsp_rtp_readwrite()
[all …]