Home | History | Annotate | Download | only in libtest

Lines Matching refs:test_setopt

64   test_setopt(curl, CURLOPT_HEADERDATA, stdout);
65 test_setopt(curl, CURLOPT_WRITEDATA, stdout);
66 test_setopt(curl, CURLOPT_VERBOSE, 1L);
68 test_setopt(curl, CURLOPT_URL, URL);
70 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP);
86 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
90 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP);
91 test_setopt(curl, CURLOPT_RTSP_TRANSPORT,
106 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
110 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_TEARDOWN);
114 test_setopt(curl, CURLOPT_RTSP_SESSION_ID, NULL);