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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Drtsp.c595 ssize_t rtp_dataleft; /* how much data left to parse in this round */ local
612 rtp_dataleft = rtspc->rtp_bufsize;
617 rtp_dataleft = *nread;
620 while((rtp_dataleft > 0) &&
622 if(rtp_dataleft > 4) {
632 if(rtp_dataleft < rtp_length + 4) {
653 rtp_dataleft -= rtp_length + 4;
671 if(rtp_dataleft != 0 && rtp[0] == '$') {
672 DEBUGF(infof(data, "RTP Rewinding %zd %s\n", rtp_dataleft,
676 scratch = malloc(rtp_dataleft);
[all...]

Completed in 132 milliseconds