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

  /external/curl/lib/
rtsp.c 202 conn->proto.rtspc.rtp_channel = -1;
210 Curl_safefree(conn->proto.rtspc.rtp_buf);
241 (conn->proto.rtspc.rtp_channel == -1)) {
627 struct rtsp_conn *rtspc = &(conn->proto.rtspc); local
634 if(rtspc->rtp_buf) {
636 char *newptr = Curl_saferealloc(rtspc->rtp_buf,
637 rtspc->rtp_bufsize + *nread);
639 rtspc->rtp_buf = NULL;
640 rtspc->rtp_bufsize = 0
    [all...]
urldata.h 987 struct rtsp_conn rtspc; member in union:connectdata::__anon17385
    [all...]

Completed in 72 milliseconds