OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtp_dataleft
(Results
1 - 1
of
1
) sorted by null
/external/curl/lib/
rtsp.c
592
ssize_t
rtp_dataleft
; /* how much data left to parse in this round */
local
609
rtp_dataleft
= rtspc->rtp_bufsize;
614
rtp_dataleft
= *nread;
617
while((
rtp_dataleft
> 0) &&
619
if(
rtp_dataleft
> 4) {
629
if(
rtp_dataleft
< rtp_length + 4) {
650
rtp_dataleft
-= rtp_length + 4;
668
if(
rtp_dataleft
!= 0 && rtp[0] == '$') {
669
DEBUGF(infof(data, "RTP Rewinding %zd %s\n",
rtp_dataleft
,
673
scratch = malloc(
rtp_dataleft
);
[
all
...]
Completed in 458 milliseconds