/curl/docs/libcurl/opts/ |
H A D | CURLMOPT_SOCKETDATA.md | 69 struct priv setup; 73 curl_multi_setopt(multi, CURLMOPT_SOCKETDATA, &setup);
|
H A D | CURLOPT_LOCALPORTRANGE.md | 36 setup failures.
|
H A D | CURLMOPT_SOCKETFUNCTION.md | 125 struct priv setup; 129 curl_multi_setopt(multi, CURLMOPT_SOCKETDATA, &setup);
|
H A D | CURLOPT_CONNECT_ONLY.md | 32 the required proxy authentication and connection setup, but no data transfer,
|
H A D | CURLOPT_ISSUERCERT.md | 45 which is returned if the setup of the SSL/TLS session has failed due to a
|
H A D | CURLOPT_PROXY_ISSUERCERT.md | 47 which is returned if the setup of the SSL/TLS session has failed due to a
|
/curl/tests/ |
H A D | testcurl.md | 30 *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 D | http2-pushinmemory.c | 70 static void setup(CURL *hnd) in setup() function 139 setup(easy); in main()
|
H A D | http2-download.c | 141 static void setup(struct transfer *t, int num) in setup() function 203 setup(&trans[i], i); in main()
|
H A D | http2-serverpush.c | 129 static int setup(CURL *hnd, const char *url) in setup() function 227 if(setup(easy, url)) { in main()
|
H A D | http2-upload.c | 194 static void setup(struct input *i, int num, const char *upload) in setup() function 295 setup(&trans[i], i, filename); in main()
|
/curl/docs/cmdline-opts/ |
H A D | local-port.md | 21 connection setup failures.
|
H A D | netrc.md | 32 A quick and simple example of how to setup a *.netrc* to allow curl to FTP to
|
H A D | ftp-port.md | 26 server to setup an IP address and port for it to connect to. \<address\>
|
H A D | user.md | 41 the domain, if there is a single domain and forest in your setup for example.
|
/curl/tests/http/clients/ |
H A D | h2-serverpush.c | 128 static int setup(CURL *hnd, const char *url) in setup() function 227 if(setup(easy, url)) { in main()
|
H A D | hx-upload.c | 254 static int setup(CURL *hnd, const char *url, struct transfer *t, in setup() function 472 if(setup(t->easy, url, t, http_version, host, share, use_earlydata, in main() 494 if(!t->easy || setup(t->easy, url, t, http_version, host, share, in main() 573 if(!t->easy || setup(t->easy, url, t, http_version, host, in main()
|
H A D | hx-download.c | 230 static int setup(CURL *hnd, const char *url, struct transfer *t, in setup() function 409 setup(t->easy, url, t, http_version, host, share, use_earlydata)) { in main() 488 setup(t->easy, url, t, http_version, host, share, in main()
|
/curl/lib/ |
H A D | Makefile.am | 33 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 D | conftest.py | 87 env.setup()
|
/curl/packages/vms/ |
H A D | curl_startup.com | 3 $! Procedure to setup the CURL libraries for use by programs from the
|
/curl/.github/scripts/ |
H A D | badwords.txt | 8 set-up:setup
|
/curl/docs/libcurl/ |
H A D | libcurl-ws.md | 41 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 D | libcurl-easy.md | 46 When all is setup, you tell libcurl to perform the transfer using
|
/curl/.github/workflows/ |
H A D | http3-linux.yml | 62 setup: 88 - setup 115 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }} 199 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }} 255 - setup 366 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }}
|