Searched refs:my_curl_easy_setopt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Drtsp.c60 #define my_curl_easy_setopt(A, B, C) \ macro
75 my_curl_easy_setopt(curl, CURLOPT_RTSP_STREAM_URI, uri);
76 my_curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, (long)CURL_RTSPREQ_OPTIONS);
95 my_curl_easy_setopt(curl, CURLOPT_WRITEDATA, sdp_fp);
96 my_curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, (long)CURL_RTSPREQ_DESCRIBE);
98 my_curl_easy_setopt(curl, CURLOPT_WRITEDATA, stdout);
110 my_curl_easy_setopt(curl, CURLOPT_RTSP_STREAM_URI, uri);
111 my_curl_easy_setopt(curl, CURLOPT_RTSP_TRANSPORT, transport);
112 my_curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, (long)CURL_RTSPREQ_SETUP);
122 my_curl_easy_setopt(cur
[all...]

Completed in 41 milliseconds