Searched refs:curl_easy_setopt (Results 76 - 100 of 109) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dthreaded-ssl.c118 curl_easy_setopt(curl, CURLOPT_URL, url);
121 curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
122 curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
H A Dmulti-double.c47 curl_easy_setopt(http_handle, CURLOPT_URL, "http://www.example.com/");
50 curl_easy_setopt(http_handle2, CURLOPT_URL, "http://localhost/");
H A Dsynctime.c184 curl_easy_setopt(curl, CURLOPT_PROXY, proxy_port);
187 curl_easy_setopt(curl, CURLOPT_PROXYUSERPWD, proxy_user_password);
190 curl_easy_setopt(curl, CURLOPT_USERAGENT,
192 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, *SyncTime_CURL_WriteOutput);
193 curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, *SyncTime_CURL_WriteHeader);
204 curl_easy_setopt(curl, CURLOPT_NOBODY, 1L);
207 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile);
210 curl_easy_setopt(curl, CURLOPT_URL, URL_Str);
H A Dhtmltitle.cpp98 code = curl_easy_setopt(conn, CURLOPT_ERRORBUFFER, errorBuffer);
106 code = curl_easy_setopt(conn, CURLOPT_URL, url);
114 code = curl_easy_setopt(conn, CURLOPT_FOLLOWLOCATION, 1L);
122 code = curl_easy_setopt(conn, CURLOPT_WRITEFUNCTION, writer);
130 code = curl_easy_setopt(conn, CURLOPT_WRITEDATA, &buffer);
H A Dasiohiper.cpp403 curl_easy_setopt(conn->easy, CURLOPT_URL, conn->url);
404 curl_easy_setopt(conn->easy, CURLOPT_WRITEFUNCTION, write_cb);
405 curl_easy_setopt(conn->easy, CURLOPT_WRITEDATA, &conn);
406 curl_easy_setopt(conn->easy, CURLOPT_VERBOSE, 1L);
407 curl_easy_setopt(conn->easy, CURLOPT_ERRORBUFFER, conn->error);
408 curl_easy_setopt(conn->easy, CURLOPT_PRIVATE, conn);
409 curl_easy_setopt(conn->easy, CURLOPT_NOPROGRESS, 1L);
410 curl_easy_setopt(conn->easy, CURLOPT_PROGRESSFUNCTION, prog_cb);
411 curl_easy_setopt(conn->easy, CURLOPT_PROGRESSDATA, conn);
412 curl_easy_setopt(con
[all...]
H A Dghiper.c317 curl_easy_setopt(conn->easy, CURLOPT_URL, conn->url);
318 curl_easy_setopt(conn->easy, CURLOPT_WRITEFUNCTION, write_cb);
319 curl_easy_setopt(conn->easy, CURLOPT_WRITEDATA, &conn);
320 curl_easy_setopt(conn->easy, CURLOPT_VERBOSE, (long)SHOW_VERBOSE);
321 curl_easy_setopt(conn->easy, CURLOPT_ERRORBUFFER, conn->error);
322 curl_easy_setopt(conn->easy, CURLOPT_PRIVATE, conn);
323 curl_easy_setopt(conn->easy, CURLOPT_NOPROGRESS, SHOW_PROGRESS?0L:1L);
324 curl_easy_setopt(conn->easy, CURLOPT_PROGRESSFUNCTION, prog_cb);
325 curl_easy_setopt(conn->easy, CURLOPT_PROGRESSDATA, conn);
326 curl_easy_setopt(con
[all...]
H A Dhiperfifo.c327 curl_easy_setopt(conn->easy, CURLOPT_URL, conn->url);
328 curl_easy_setopt(conn->easy, CURLOPT_WRITEFUNCTION, write_cb);
329 curl_easy_setopt(conn->easy, CURLOPT_WRITEDATA, &conn);
330 curl_easy_setopt(conn->easy, CURLOPT_VERBOSE, 1L);
331 curl_easy_setopt(conn->easy, CURLOPT_ERRORBUFFER, conn->error);
332 curl_easy_setopt(conn->easy, CURLOPT_PRIVATE, conn);
333 curl_easy_setopt(conn->easy, CURLOPT_NOPROGRESS, 0L);
334 curl_easy_setopt(conn->easy, CURLOPT_PROGRESSFUNCTION, prog_cb);
335 curl_easy_setopt(conn->easy, CURLOPT_PROGRESSDATA, conn);
H A Dchkspeed.c135 curl_easy_setopt(curl_handle, CURLOPT_URL, url);
138 curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, WriteCallback);
142 curl_easy_setopt(curl_handle, CURLOPT_USERAGENT,
H A Dxmlstream.c126 curl_easy_setopt(curl_handle, CURLOPT_URL, "http://www.w3schools.com/xml/simple.xml");
127 curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, parseStreamCallback);
128 curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, (void *)parser);
H A Dmultithread.c52 curl_easy_setopt(curl, CURLOPT_URL, url);
H A Dcurlx.c199 curl_easy_setopt(p->curl, CURLOPT_URL,accessinfo);
206 curl_easy_setopt(p->curl, CURLOPT_URL,accessinfo);
435 curl_easy_setopt(p.curl, CURLOPT_URL, serverurl);
439 curl_easy_setopt(p.curl, CURLOPT_POSTFIELDS, binaryptr);
440 curl_easy_setopt(p.curl, CURLOPT_POSTFIELDSIZE,(long)tabLength);
447 curl_easy_setopt(p.curl, CURLOPT_HTTPHEADER, headers);
455 curl_easy_setopt(p.curl, CURLOPT_WRITEDATA, outfp);
458 res = curl_easy_setopt(p.curl, CURLOPT_SSL_CTX_FUNCTION, sslctxfun) ;
463 curl_easy_setopt(p.curl, CURLOPT_SSL_CTX_DATA, &p);
478 curl_easy_setopt(
[all...]
H A Devhiperfifo.c336 curl_easy_setopt(conn->easy, CURLOPT_URL, conn->url);
337 curl_easy_setopt(conn->easy, CURLOPT_WRITEFUNCTION, write_cb);
338 curl_easy_setopt(conn->easy, CURLOPT_WRITEDATA, conn);
339 curl_easy_setopt(conn->easy, CURLOPT_VERBOSE, 1L);
340 curl_easy_setopt(conn->easy, CURLOPT_ERRORBUFFER, conn->error);
341 curl_easy_setopt(conn->easy, CURLOPT_PRIVATE, conn);
342 curl_easy_setopt(conn->easy, CURLOPT_NOPROGRESS, 0L);
343 curl_easy_setopt(conn->easy, CURLOPT_PROGRESSFUNCTION, prog_cb);
344 curl_easy_setopt(conn->easy, CURLOPT_PROGRESSDATA, conn);
345 curl_easy_setopt(con
[all...]
H A Dsendrecv.c71 curl_easy_setopt(curl, CURLOPT_URL, "http://example.com");
73 curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, 1L);
H A Dmulti-debugcallback.c133 curl_easy_setopt(http_handle, CURLOPT_URL, "http://www.example.com/");
135 curl_easy_setopt(http_handle, CURLOPT_DEBUGFUNCTION, my_trace);
136 curl_easy_setopt(http_handle, CURLOPT_VERBOSE, 1L);
H A Dsmooth-gtk-thread.c92 curl_easy_setopt(curl, CURLOPT_URL, http);
95 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile);
96 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_file);
H A Dmulti-single.c49 curl_easy_setopt(http_handle, CURLOPT_URL, "http://www.example.com/");
H A Dmulti-uv.c92 curl_easy_setopt(handle, CURLOPT_WRITEDATA, file);
93 curl_easy_setopt(handle, CURLOPT_URL, url);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/utils/
H A Dshow.c192 curl_easy_setopt( curl, CURLOPT_USERAGENT, MY_NAME "/" LONG_VERSION_STRING );
193 curl_easy_setopt( curl, CURLOPT_WRITEFUNCTION, writeFunc );
194 curl_easy_setopt( curl, CURLOPT_WRITEDATA, writebuf );
195 curl_easy_setopt( curl, CURLOPT_HTTPAUTH, CURLAUTH_ANY );
196 curl_easy_setopt( curl, CURLOPT_VERBOSE, getenv( "TR_CURL_VERBOSE" ) != NULL );
197 curl_easy_setopt( curl, CURLOPT_ENCODING, "" );
230 curl_easy_setopt( curl, CURLOPT_URL, url );
231 curl_easy_setopt( curl, CURLOPT_TIMEOUT, TIMEOUT_SECS );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib586.c112 curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
113 curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
114 curl_easy_setopt(curl, CURLOPT_URL, tdata->url);
116 curl_easy_setopt(curl, CURLOPT_SHARE, tdata->share);
H A Dlib1900.c117 curl_easy_setopt(handles[handlenum], CURLOPT_URL, urlbuf);
118 curl_easy_setopt(handles[handlenum], CURLOPT_VERBOSE, 1L);
119 curl_easy_setopt(handles[handlenum], CURLOPT_FAILONERROR, 1L);
120 curl_easy_setopt(handles[handlenum], CURLOPT_WRITEFUNCTION, write_callback);
121 curl_easy_setopt(handles[handlenum], CURLOPT_WRITEDATA, NULL);
H A Dlib500.c50 curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, tst_opensocket);
51 curl_easy_setopt(curl, CURLOPT_CLOSESOCKETFUNCTION, tst_closesocket);
H A Dlib506.c119 curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
120 curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers);
121 curl_easy_setopt(curl, CURLOPT_URL, tdata->url);
123 curl_easy_setopt(curl, CURLOPT_SHARE, tdata->share);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Deasy.h29 CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
59 * curl_easy_setopt() invokes in every thread.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_setopt.c240 ret = curl_easy_setopt(curl, tag, lval);
254 CODE2("curl_easy_setopt(hnd, %s, %ldL);", name, lval);
257 CODE2("curl_easy_setopt(hnd, %s, (long)%s);", name, nv->name);
273 ret = curl_easy_setopt(curl, tag, lval);
283 "curl_easy_setopt(hnd, %s, ", name);
316 ret = curl_easy_setopt(curl, tag, lval);
326 "curl_easy_setopt(hnd, %s, ", name);
359 ret = curl_easy_setopt(curl, tag, post);
418 CODE2("curl_easy_setopt(hnd, %s, post%d);", name, i);
435 ret = curl_easy_setopt(cur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/libcurl/
H A DMakefile.am26 curl_easy_perform.3 curl_easy_setopt.3 curl_easy_duphandle.3 \
44 curl_easy_init.html curl_easy_perform.html curl_easy_setopt.html \
64 curl_easy_init.pdf curl_easy_perform.pdf curl_easy_setopt.pdf \

Completed in 96 milliseconds

12345