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