HomeSort by relevance Sort by last modified time
    Searched refs:rtp_bufsize (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
rtsp.h 43 ssize_t rtp_bufsize; member in struct:rtsp_conn
rtsp.c 637 rtspc->rtp_bufsize + *nread);
640 rtspc->rtp_bufsize = 0;
644 memcpy(rtspc->rtp_buf + rtspc->rtp_bufsize, k->str, *nread);
645 rtspc->rtp_bufsize += *nread;
647 rtp_dataleft = rtspc->rtp_bufsize;
682 rtspc->rtp_bufsize = 0;
713 rtspc->rtp_bufsize = 0;
719 rtspc->rtp_bufsize = rtp_dataleft;
741 rtspc->rtp_bufsize = 0;

Completed in 100 milliseconds