Home
last modified time | relevance | path

Searched refs:curl_easy_setopt (Results 1 – 25 of 3334) sorted by relevance

12345678910>>...134

/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testcurl/
H A Dtest_delete.c167 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testInternalDelete()
169 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testInternalDelete()
172 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalDelete()
181 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testInternalDelete()
245 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testMultithreadedDelete()
248 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedDelete()
257 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedDelete()
323 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testMultithreadedPoolDelete()
335 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPoolDelete()
414 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testExternalDelete()
[all …]
H A Dtest_put.c171 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testInternalPut()
172 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testInternalPut()
175 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalPut()
184 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testInternalPut()
251 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testMultithreadedPut()
254 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPut()
263 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPut()
332 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testMultithreadedPoolPut()
344 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPoolPut()
422 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testExternalPut()
[all …]
H A Dtest_post.c214 curl_easy_setopt (c, CURLOPT_POST, 1L); in testInternalPost()
216 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalPost()
225 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testInternalPost()
291 curl_easy_setopt (c, CURLOPT_POST, 1L); in testMultithreadedPost()
293 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPost()
302 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPost()
368 curl_easy_setopt (c, CURLOPT_POST, 1L); in testMultithreadedPoolPost()
379 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPoolPost()
459 curl_easy_setopt (c, CURLOPT_POST, 1L); in testExternalPost()
470 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testExternalPost()
[all …]
H A Dtest_put_chunked.c178 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testInternalPut()
179 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testInternalPut()
185 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalPut()
191 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testInternalPut()
254 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testMultithreadedPut()
260 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPut()
266 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPut()
331 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testMultithreadedPoolPut()
343 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPoolPut()
421 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testExternalPut()
[all …]
H A Dtest_large_put.c233 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testPutInternalThread()
234 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testPutInternalThread()
237 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testPutInternalThread()
246 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testPutInternalThread()
319 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testPutThreadPerConn()
322 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testPutThreadPerConn()
331 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testPutThreadPerConn()
407 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testPutThreadPool()
419 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testPutThreadPool()
508 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testPutExternal()
[all …]
H A Dtest_get_sendfile.c162 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); in testInternalGet()
164 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalGet()
173 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testInternalGet()
236 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedGet()
245 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedGet()
309 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPoolGet()
318 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPoolGet()
399 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testExternalGet()
404 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testExternalGet()
585 curl_easy_setopt (c, CURLOPT_URL, buf); in testUnknownPortGet()
[all …]
/dports/www/cpr/cpr-1.7.0/cpr/
H A Dsession.cpp131 curl_easy_setopt(curl_->handle, CURLOPT_NOSIGNAL, 1L); in Impl()
510 curl_easy_setopt(curl_->handle, CURLOPT_SSLVERSION, in SetSslOptions()
542 curl_easy_setopt(curl_->handle, CURLOPT_NOBODY, 0L); in PrepareDelete()
560 curl_easy_setopt(curl_->handle, CURLOPT_HTTPGET, 1); in GetDownloadFileLength()
561 curl_easy_setopt(curl_->handle, CURLOPT_NOBODY, 1); in GetDownloadFileLength()
574 curl_easy_setopt(curl_->handle, CURLOPT_NOBODY, 0L); in Download()
575 curl_easy_setopt(curl_->handle, CURLOPT_HTTPGET, 1); in Download()
583 curl_easy_setopt(curl_->handle, CURLOPT_NOBODY, 0L); in Download()
584 curl_easy_setopt(curl_->handle, CURLOPT_HTTPGET, 1); in Download()
611 curl_easy_setopt(curl_->handle, CURLOPT_NOBODY, 1L); in PrepareHead()
[all …]
/dports/net/uget/uget-2.2.1/uget/
H A DUgetCurl.c270 curl_easy_setopt (curl, CURLOPT_NOSIGNAL, 1L);
271 curl_easy_setopt (curl, CURLOPT_FILETIME, 1L);
345 curl_easy_setopt (curl, CURLOPT_NOBODY, 0L);
476 curl_easy_setopt (curl, CURLOPT_POST, 1L);
484 curl_easy_setopt (curl, CURLOPT_POST, 1L);
568 curl_easy_setopt (curl, CURLOPT_USERNAME,
570 curl_easy_setopt (curl, CURLOPT_PASSWORD,
593 curl_easy_setopt (curl, CURLOPT_USERNAME,
595 curl_easy_setopt (curl, CURLOPT_PASSWORD,
614 curl_easy_setopt (curl, CURLOPT_USERNAME,
[all …]
/dports/games/residualvm/residualvm-0.3.1/backends/networking/curl/
H A Dnetworkreadstream.cpp76 curl_easy_setopt(_easy, CURLOPT_HEADER, 0L); in init()
77 curl_easy_setopt(_easy, CURLOPT_HEADERDATA, this); in init()
79 curl_easy_setopt(_easy, CURLOPT_URL, url); in init()
80 curl_easy_setopt(_easy, CURLOPT_VERBOSE, 0L); in init()
84 curl_easy_setopt(_easy, CURLOPT_NOPROGRESS, 0L); in init()
94 curl_easy_setopt(_easy, CURLOPT_UPLOAD, 1L); in init()
95 curl_easy_setopt(_easy, CURLOPT_READDATA, this); in init()
128 curl_easy_setopt(_easy, CURLOPT_HEADER, 0L); in init()
131 curl_easy_setopt(_easy, CURLOPT_URL, url); in init()
132 curl_easy_setopt(_easy, CURLOPT_VERBOSE, 0L); in init()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/networking/curl/
H A Dnetworkreadstream.cpp78 curl_easy_setopt(_easy, CURLOPT_HEADER, 0L); in init()
79 curl_easy_setopt(_easy, CURLOPT_HEADERDATA, this); in init()
81 curl_easy_setopt(_easy, CURLOPT_URL, url); in init()
83 curl_easy_setopt(_easy, CURLOPT_VERBOSE, 0L); in init()
87 curl_easy_setopt(_easy, CURLOPT_NOPROGRESS, 0L); in init()
106 curl_easy_setopt(_easy, CURLOPT_UPLOAD, 1L); in init()
107 curl_easy_setopt(_easy, CURLOPT_READDATA, this); in init()
141 curl_easy_setopt(_easy, CURLOPT_HEADER, 0L); in init()
144 curl_easy_setopt(_easy, CURLOPT_URL, url); in init()
146 curl_easy_setopt(_easy, CURLOPT_VERBOSE, 0L); in init()
[all …]
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testzzuf/
H A Dtest_put_large.c172 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); in testInternalPut()
174 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testInternalPut()
175 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testInternalPut()
177 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L); in testInternalPut()
187 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testInternalPut()
228 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testMultithreadedPut()
229 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testMultithreadedPut()
241 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPut()
299 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testExternalPut()
300 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testExternalPut()
[all …]
H A Dtest_put.c157 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); in testInternalPut()
159 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testInternalPut()
160 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testInternalPut()
162 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L); in testInternalPut()
172 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testInternalPut()
212 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testMultithreadedPut()
213 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testMultithreadedPut()
225 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPut()
281 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testExternalPut()
282 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testExternalPut()
[all …]
H A Dtest_post.c190 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); in testInternalPost()
193 curl_easy_setopt (c, CURLOPT_POST, 1L); in testInternalPost()
194 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L); in testInternalPost()
204 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testInternalPost()
244 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); in testMultithreadedPost()
247 curl_easy_setopt (c, CURLOPT_POST, 1L); in testMultithreadedPost()
248 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L); in testMultithreadedPost()
258 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPost()
314 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); in testExternalPost()
317 curl_easy_setopt (c, CURLOPT_POST, 1L); in testExternalPost()
[all …]
H A Dtest_put_chunked.c169 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testInternalPut()
170 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testInternalPut()
182 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testInternalPut()
216 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); in testMultithreadedPut()
218 curl_easy_setopt (c, CURLOPT_READDATA, &pos); in testMultithreadedPut()
219 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testMultithreadedPut()
224 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L); in testMultithreadedPut()
225 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPut()
231 curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1L); in testMultithreadedPut()
299 curl_easy_setopt (c, CURLOPT_UPLOAD, 1L); in testExternalPut()
[all …]
/dports/ftp/coeurl/coeurl-a08f619adaa1ccd34eb6315d6578eddae0d1cc9b/lib/
H A Drequest.cpp118 curl_easy_setopt(this->easy, CURLOPT_WRITEDATA, this); in Request()
123 curl_easy_setopt(this->easy, CURLOPT_PRIVATE, this); in Request()
124 curl_easy_setopt(this->easy, CURLOPT_NOPROGRESS, 1L); in Request()
133 curl_easy_setopt(this->easy, CURLOPT_HTTPGET, 0L); in Request()
137 curl_easy_setopt(this->easy, CURLOPT_HTTPGET, 1L); in Request()
140 curl_easy_setopt(this->easy, CURLOPT_NOBODY, 1L); in Request()
149 curl_easy_setopt(this->easy, CURLOPT_POST, 1L); in Request()
183 curl_easy_setopt(this->easy, CURLOPT_READDATA, this); in request()
221 curl_easy_setopt( in connection_timeout()
229 curl_easy_setopt( in connection_timeout()
[all …]
/dports/net/megatools/megatools-1.10.3/lib/
H A Dhttp.c123 curl_easy_setopt(h->curl, CURLOPT_ENCODING, ""); in http_new()
128 curl_easy_setopt(h->curl, CURLOPT_VERBOSE, 1L); in http_new()
131 curl_easy_setopt(h->curl, CURLOPT_NOSIGNAL, 1L); in http_new()
306 curl_easy_setopt(h->curl, CURLOPT_POST, 1L); in http_post()
307 curl_easy_setopt(h->curl, CURLOPT_URL, url); in http_post()
313 curl_easy_setopt(h->curl, CURLOPT_NOBODY, 0L); in http_post()
317 curl_easy_setopt(h->curl, CURLOPT_NOBODY, 1L); in http_post()
363 curl_easy_setopt(h->curl, CURLOPT_POST, 1L); in http_post_stream_upload()
364 curl_easy_setopt(h->curl, CURLOPT_URL, url); in http_post_stream_upload()
434 curl_easy_setopt(h->curl, CURLOPT_POST, 1L); in http_post_stream_download()
[all …]
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dhttp-session.cxx259 curl_easy_setopt( m_curlHandle, CURLOPT_MAXREDIRS, 20); in httpGetRequest()
317 curl_easy_setopt( m_curlHandle, CURLOPT_MAXREDIRS, 20); in httpPatchRequest()
323 curl_easy_setopt( m_curlHandle, CURLOPT_INFILESIZE, size ); in httpPatchRequest()
326 curl_easy_setopt( m_curlHandle, CURLOPT_UPLOAD, 1 ); in httpPatchRequest()
405 curl_easy_setopt( m_curlHandle, CURLOPT_MAXREDIRS, 20); in httpPutRequest()
414 curl_easy_setopt( m_curlHandle, CURLOPT_UPLOAD, 1 ); in httpPutRequest()
493 curl_easy_setopt( m_curlHandle, CURLOPT_MAXREDIRS, 20); in httpPostRequest()
502 curl_easy_setopt( m_curlHandle, CURLOPT_POST, 1 ); in httpPostRequest()
626 curl_easy_setopt( m_curlHandle, CURLOPT_COOKIEFILE, "" ); in httpRunRequest()
689 curl_easy_setopt( m_curlHandle, CURLOPT_VERBOSE, 1 ); in httpRunRequest()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestCurl.cxx90 curl_easy_setopt(this->Curl, CURLOPT_PROXYUSERPWD, in InitCurl()
98 curl_easy_setopt(this->Curl, CURLOPT_FAILONERROR, 1); in InitCurl()
119 curl_easy_setopt(this->Curl, CURLOPT_UPLOAD, 1); in UploadFile()
122 ::curl_easy_setopt(this->Curl, CURLOPT_PUT, 1); in UploadFile()
123 ::curl_easy_setopt(this->Curl, CURLOPT_VERBOSE, 1); in UploadFile()
135 ::curl_easy_setopt(this->Curl, CURLOPT_INFILE, ftpfile); in UploadFile()
138 ::curl_easy_setopt(this->Curl, CURLOPT_INFILESIZE, in UploadFile()
140 ::curl_easy_setopt(this->Curl, CURLOPT_WRITEFUNCTION, in UploadFile()
158 ::curl_easy_setopt(this->Curl, CURLOPT_FAILONERROR, 1); in UploadFile()
198 curl_easy_setopt(this->Curl, CURLOPT_POST, 1); in HttpRequest()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestCurl.cxx90 curl_easy_setopt(this->Curl, CURLOPT_PROXYUSERPWD, in InitCurl()
98 curl_easy_setopt(this->Curl, CURLOPT_FAILONERROR, 1); in InitCurl()
119 curl_easy_setopt(this->Curl, CURLOPT_UPLOAD, 1); in UploadFile()
122 ::curl_easy_setopt(this->Curl, CURLOPT_PUT, 1); in UploadFile()
123 ::curl_easy_setopt(this->Curl, CURLOPT_VERBOSE, 1); in UploadFile()
135 ::curl_easy_setopt(this->Curl, CURLOPT_INFILE, ftpfile); in UploadFile()
138 ::curl_easy_setopt(this->Curl, CURLOPT_INFILESIZE, in UploadFile()
140 ::curl_easy_setopt(this->Curl, CURLOPT_WRITEFUNCTION, in UploadFile()
158 ::curl_easy_setopt(this->Curl, CURLOPT_FAILONERROR, 1); in UploadFile()
198 curl_easy_setopt(this->Curl, CURLOPT_POST, 1); in HttpRequest()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestCurl.cxx90 curl_easy_setopt(this->Curl, CURLOPT_PROXYUSERPWD, in InitCurl()
98 curl_easy_setopt(this->Curl, CURLOPT_FAILONERROR, 1); in InitCurl()
119 curl_easy_setopt(this->Curl, CURLOPT_UPLOAD, 1); in UploadFile()
122 ::curl_easy_setopt(this->Curl, CURLOPT_PUT, 1); in UploadFile()
123 ::curl_easy_setopt(this->Curl, CURLOPT_VERBOSE, 1); in UploadFile()
135 ::curl_easy_setopt(this->Curl, CURLOPT_INFILE, ftpfile); in UploadFile()
138 ::curl_easy_setopt(this->Curl, CURLOPT_INFILESIZE, in UploadFile()
140 ::curl_easy_setopt(this->Curl, CURLOPT_WRITEFUNCTION, in UploadFile()
158 ::curl_easy_setopt(this->Curl, CURLOPT_FAILONERROR, 1); in UploadFile()
198 curl_easy_setopt(this->Curl, CURLOPT_POST, 1); in HttpRequest()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/curl_transport/
H A Dcurltransaction.c394 curl_easy_setopt(curlSessionP, CURLOPT_USERPWD, in setupAuth()
398 curl_easy_setopt( in setupAuth()
401 curl_easy_setopt( in setupAuth()
404 curl_easy_setopt( in setupAuth()
416 curl_easy_setopt(curlSessionP, CURLOPT_NOSIGNAL, 1); in setCurlTimeout()
495 curl_easy_setopt(curlSessionP, CURLOPT_POST, 1); in setupCurlSession()
504 curl_easy_setopt(curlSessionP, CURLOPT_HEADER, 0); in setupCurlSession()
534 curl_easy_setopt(curlSessionP, CURLOPT_SSLKEY, in setupCurlSession()
552 curl_easy_setopt(curlSessionP, CURLOPT_CAINFO, in setupCurlSession()
555 curl_easy_setopt(curlSessionP, CURLOPT_CAPATH, in setupCurlSession()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dhttp_curl.cpp459 curl_easy_setopt(curlEasy, CURLOPT_URL, m_url); in libcurl_exec()
553 curl_easy_setopt(curlEasy, CURLOPT_NOSIGNAL, 1L); in libcurl_exec()
557 curl_easy_setopt(curlEasy, CURLOPT_NOPROGRESS, 1L); in libcurl_exec()
567 curl_easy_setopt(curlEasy, CURLOPT_TIMEOUT, 0L); in libcurl_exec()
578 curl_easy_setopt(curlEasy, CURLOPT_MAXREDIRS, 50L); in libcurl_exec()
579 curl_easy_setopt(curlEasy, CURLOPT_AUTOREFERER, 1L); in libcurl_exec()
581 curl_easy_setopt(curlEasy, CURLOPT_POST301, 1L); in libcurl_exec()
682 curl_easy_setopt(curlEasy, CURLOPT_PUT, 1L); in libcurl_exec()
727 curl_easy_setopt(curlEasy, CURLOPT_POST, 1L); in libcurl_exec()
829 curl_easy_setopt(curlEasy, CURLOPT_PROXY, ""); in setup_proxy_session()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dremote-text.cpp71 curl_easy_setopt(curl.get(), CURLOPT_WRITEFUNCTION, in run()
77 curl_easy_setopt(curl.get(), CURLOPT_TIMEOUT, in run()
86 curl_easy_setopt(curl.get(), CURLOPT_POSTFIELDS, in run()
158 curl_easy_setopt(curl.get(), CURLOPT_URL, url); in GetRemoteFile()
172 curl_easy_setopt(curl.get(), CURLOPT_HEADERDATA, in GetRemoteFile()
177 curl_easy_setopt(curl.get(), CURLOPT_TIMEOUT, in GetRemoteFile()
186 curl_easy_setopt(curl.get(), in GetRemoteFile()
192 curl_easy_setopt(curl.get(), CURLOPT_POST, 1); in GetRemoteFile()
194 curl_easy_setopt(curl.get(), in GetRemoteFile()
201 curl_easy_setopt(curl.get(), in GetRemoteFile()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/host/
H A Dcurl_utils.c84 curl_easy_setopt(curl, CURLOPT_URL, luaL_checkstring(L, 1)); in curlRequest()
85 curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1); in curlRequest()
86 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1); in curlRequest()
87 curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1); in curlRequest()
89 curl_easy_setopt(curl, CURLOPT_USERAGENT, agent); in curlRequest()
97 curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0); in curlRequest()
98 curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0); in curlRequest()
113 curl_easy_setopt(curl, CURLOPT_HTTPHEADER, state->headers); in curlRequest()
174 curl_easy_setopt(curl, CURLOPT_WRITEDATA, state); in curlRequest()
179 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0); in curlRequest()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/host/
H A Dcurl_utils.c88 curl_easy_setopt(curl, CURLOPT_URL, luaL_checkstring(L, 1)); in curlRequest()
89 curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1); in curlRequest()
90 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1); in curlRequest()
91 curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1); in curlRequest()
93 curl_easy_setopt(curl, CURLOPT_USERAGENT, agent); in curlRequest()
101 curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0); in curlRequest()
102 curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0); in curlRequest()
117 curl_easy_setopt(curl, CURLOPT_HTTPHEADER, state->headers); in curlRequest()
178 curl_easy_setopt(curl, CURLOPT_WRITEDATA, state); in curlRequest()
183 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0); in curlRequest()
[all …]

12345678910>>...134