Lines Matching refs:test_setopt
50 test_setopt(curl, CURLOPT_HEADERDATA, stdout);
51 test_setopt(curl, CURLOPT_WRITEDATA, stdout);
52 test_setopt(curl, CURLOPT_VERBOSE, 1L);
54 test_setopt(curl, CURLOPT_URL, URL);
56 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_OPTIONS);
63 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
74 test_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, 999L);
75 test_setopt(curl, CURLOPT_RTSP_TRANSPORT,
77 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP);
84 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
92 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_PLAY);
99 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);