Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 47) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLMOPT_SOCKETDATA.md69 struct priv setup;
73 curl_multi_setopt(multi, CURLMOPT_SOCKETDATA, &setup);
H A DCURLOPT_LOCALPORTRANGE.md36 setup failures.
H A DCURLMOPT_SOCKETFUNCTION.md125 struct priv setup;
129 curl_multi_setopt(multi, CURLMOPT_SOCKETDATA, &setup);
H A DCURLOPT_CONNECT_ONLY.md32 the required proxy authentication and connection setup, but no data transfer,
H A DCURLOPT_ISSUERCERT.md45 which is returned if the setup of the SSL/TLS session has failed due to a
H A DCURLOPT_PROXY_ISSUERCERT.md47 which is returned if the setup of the SSL/TLS session has failed due to a
/curl/tests/
H A Dtestcurl.md30 *options* may be omitted. See *--setup* for what happens then.
86 ## `--setup=[filename]`
88 filename to read setup from (deprecated). The old style of providing info. If
90 info in a 'setup' file, which it looks for on each invoke. Use *--name*,
109 it store and remember the config in its 'setup' file, then start it manually
/curl/docs/examples/
H A Dhttp2-pushinmemory.c70 static void setup(CURL *hnd) in setup() function
139 setup(easy); in main()
H A Dhttp2-download.c141 static void setup(struct transfer *t, int num) in setup() function
203 setup(&trans[i], i); in main()
H A Dhttp2-serverpush.c129 static int setup(CURL *hnd, const char *url) in setup() function
227 if(setup(easy, url)) { in main()
H A Dhttp2-upload.c193 static void setup(struct input *i, int num, const char *upload) in setup() function
294 setup(&trans[i], i, filename); in main()
/curl/docs/cmdline-opts/
H A Dlocal-port.md21 connection setup failures.
H A Dnetrc.md32 A quick and simple example of how to setup a *.netrc* to allow curl to FTP to
H A Dftp-port.md26 server to setup an IP address and port for it to connect to. \<address\>
H A Duser.md41 the domain, if there is a single domain and forest in your setup for example.
/curl/tests/http/clients/
H A Dh2-serverpush.c128 static int setup(CURL *hnd, const char *url) in setup() function
227 if(setup(easy, url)) { in main()
H A Dhx-upload.c254 static int setup(CURL *hnd, const char *url, struct transfer *t, in setup() function
432 if(setup(t->easy, url, t, http_version)) { in main()
453 if(!t->easy || setup(t->easy, url, t, http_version)) { in main()
526 if(!t->easy || setup(t->easy, url, t, http_version)) { in main()
H A Dhx-download.c230 static int setup(CURL *hnd, const char *url, struct transfer *t, in setup() function
374 if(!t->easy || setup(t->easy, url, t, http_version)) { in main()
447 if(!t->easy || setup(t->easy, url, t, http_version)) { in main()
/curl/lib/
H A DMakefile.am33 config-amigaos.h config-win32ce.h config-os400.h setup-os400.h \
34 $(CMAKE_DIST) setup-win32.h Makefile.soname optiontable.pl libcurl.def \
/curl/tests/http/
H A Dconftest.py75 env.setup()
/curl/packages/vms/
H A Dcurl_startup.com3 $! Procedure to setup the CURL libraries for use by programs from the
/curl/.github/scripts/
H A Dbadwords.txt8 set-up:setup
/curl/.github/workflows/
H A Dhttp3-linux.yml64 setup:
90 - setup
117 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }}
198 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }}
253 - setup
332 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }}
/curl/docs/libcurl/
H A Dlibcurl-ws.md41 To initiate a WebSocket session with libcurl, setup an easy handle to use a
115 Once such a setup has been successfully performed, the application can proceed
H A Dlibcurl-easy.md46 When all is setup, you tell libcurl to perform the transfer using

Completed in 33 milliseconds

12