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

  /external/curl/lib/
rtsp.c 184 conn->proto.rtspc.rtp_channel = -1;
192 Curl_safefree(conn->proto.rtspc.rtp_buf);
223 (conn->proto.rtspc.rtp_channel == -1)) {
609 struct rtsp_conn *rtspc = &(conn->proto.rtspc); local
616 if(rtspc->rtp_buf) {
618 char *newptr = Curl_saferealloc(rtspc->rtp_buf,
619 rtspc->rtp_bufsize + *nread);
621 rtspc->rtp_buf = NULL;
622 rtspc->rtp_bufsize = 0
    [all...]
urldata.h 1103 struct rtsp_conn rtspc; member in union:connectdata::__anon16395
    [all...]

Completed in 55 milliseconds