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 45 ssize_t rtp_bufsize; member in struct:rtsp_conn
rtsp.c 617 char *newptr = realloc(rtspc->rtp_buf, rtspc->rtp_bufsize + *nread);
621 rtspc->rtp_bufsize = 0;
625 memcpy(rtspc->rtp_buf + rtspc->rtp_bufsize, k->str, *nread);
626 rtspc->rtp_bufsize += *nread;
628 rtp_dataleft = rtspc->rtp_bufsize;
664 rtspc->rtp_bufsize = 0;
696 rtspc->rtp_bufsize = 0;
702 rtspc->rtp_bufsize = rtp_dataleft;
726 rtspc->rtp_bufsize = 0;

Completed in 37 milliseconds