Lines Matching refs:test_setopt
126 test_setopt(curl, CURLOPT_URL, URL); in test()
132 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test()
136 test_setopt(curl, CURLOPT_INTERLEAVEFUNCTION, rtp_write); in test()
137 test_setopt(curl, CURLOPT_TIMEOUT, 3L); in test()
138 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
139 test_setopt(curl, CURLOPT_WRITEDATA, protofile); in test()
141 test_setopt(curl, CURLOPT_RTSP_TRANSPORT, "RTP/AVP/TCP;interleaved=0-1"); in test()
142 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP); in test()
153 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test()
156 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_PLAY); in test()
167 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test()
170 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_DESCRIBE); in test()
180 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test()
183 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_PLAY); in test()
194 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_RECEIVE); in test()