Lines Matching refs:test_setopt
128 test_setopt(curl, CURLOPT_URL, URL);
135 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
139 test_setopt(curl, CURLOPT_INTERLEAVEFUNCTION, rtp_write);
140 test_setopt(curl, CURLOPT_TIMEOUT, 3L);
141 test_setopt(curl, CURLOPT_VERBOSE, 1L);
142 test_setopt(curl, CURLOPT_WRITEDATA, protofile);
144 test_setopt(curl, CURLOPT_RTSP_TRANSPORT, "RTP/AVP/TCP;interleaved=0-1");
145 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP);
157 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
160 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_PLAY);
172 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
175 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_DESCRIBE);
186 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
189 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_PLAY);
200 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_RECEIVE);