Lines Matching refs:test_setopt
66 test_setopt(curl, CURLOPT_HEADERDATA, stdout);
67 test_setopt(curl, CURLOPT_WRITEDATA, stdout);
68 test_setopt(curl, CURLOPT_VERBOSE, 1L);
70 test_setopt(curl, CURLOPT_URL, URL);
78 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
82 test_setopt(curl, CURLOPT_RTSP_TRANSPORT, "Planes/Trains/Automobiles");
83 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP);
93 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
108 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_GET_PARAMETER);
110 test_setopt(curl, CURLOPT_READDATA, paramsf);
111 test_setopt(curl, CURLOPT_UPLOAD, 1L);
112 test_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t) file_info.st_size);
118 test_setopt(curl, CURLOPT_UPLOAD, 0L);
128 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
143 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
147 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_GET_PARAMETER);
148 test_setopt(curl, CURLOPT_POSTFIELDS, "packets_received\njitter\n");
154 test_setopt(curl, CURLOPT_POSTFIELDS, NULL);
162 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
166 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_OPTIONS);