Home
last modified time | relevance | path

Searched refs:transfers (Results 76 – 100 of 110) sorted by relevance

12345

/curl/docs/libcurl/opts/
H A DCURLOPT_RANGE.md39 HTTP transfers also support several intervals, separated with commas as in
H A DCURLOPT_ALTSVC_CTRL.md36 libcurl how to handle Alt-Svc for the transfers using this handle.
H A DCURLOPT_WILDCARDMATCH.md19 CURLOPT_WILDCARDMATCH - directory wildcard transfers
H A DCURLOPT_REDIR_PROTOCOLS_STR.md37 specific transfers to only be allowed to use a subset of protocols in
H A DCURLOPT_PROTOCOLS_STR.md35 protocols but still limit specific transfers to only be allowed to use a
H A DCURLMOPT_TIMERFUNCTION.md56 callback returns error, **all** transfers currently in progress in this multi
H A DCURLOPT_PROGRESSFUNCTION.md73 that performs transfers.
H A DCURLOPT_XFERINFOFUNCTION.md69 that performs transfers.
H A DCURLMOPT_SOCKETFUNCTION.md64 callback returns error, **all** transfers currently in progress in this
H A DCURLOPT_WRITEFUNCTION.md36 received that needs to be saved. For most transfers, this callback gets called
H A DCURLSHOPT_SHARE.md70 additional transfers added to them if the existing connection is held by the
H A DCURLOPT_PROXY.md31 Set the *proxy* to use for transfers with this easy handle. The parameter
H A DCURLOPT_CONNECT_TO.md62 pre-populate the DNS cache and therefore it does not affect future transfers
/curl/docs/libcurl/
H A Dcurl_multi_add_handle.md81 /* add individual transfers */
H A Dcurl_multi_timeout.md86 loop - until all transfers are complete.
H A Dlibcurl-tutorial.md31 write that is using libcurl for transfers. The program is outside libcurl and
68 transfers, like HTTPS and FTPS. If a supported SSL library was detected
154 single transfers with a synchronous and blocking function call.
157 transfers in a single thread, the so called multi interface. More about that
175 transfer or series of transfers.
413 you are using an SSL private key for secure transfers.
1104 you want to make, for example, your FTP transfers to behave differently.
1375 ones at any time), you start the transfers by calling
1380 block. You need to keep calling the function until all transfers are
1406 transfers (as filled in by curl_multi_perform(3)) decreases. When the
[all …]
H A Dcurl_multi_fdset.md103 /* get file descriptors from the transfers */
H A Dcurl_global_init.md84 Doing TLS based transfers without having the TLS layer initialized may lead to
/curl/docs/cmdline-opts/
H A Dversion.md81 This curl supports transfers of large files, files larger than 2GB.
H A Dcookie.md38 URL transfers on the same invoke.
/curl/src/
H A Dtool_operate.c287 struct per_transfer *transfers; /* first node */ variable
299 if(!transfers) in add_per_transfer()
301 transfersl = transfers = p; in add_per_transfer()
323 DEBUGASSERT(transfers); in del_per_transfer()
333 transfers = n; in del_per_transfer()
2473 for(per = transfers; per && (all_added < global->parallel_max); in add_parallel_transfers()
2743 for(per = transfers; per; per = per->next) { in parallel_event()
2883 for(per = transfers; per; per = per->next) { in parallel_transfers()
2929 for(per = transfers; per;) { in serial_transfers()
3157 for(per = transfers; per;) { in run_all_transfers()
H A Dtool_progress.c198 for(per = transfers; per; per = per->next) { in progress_meter()
/curl/lib/
H A Dmulti.c222 struct Curl_hash transfers; /* hash of transfers using this socket */ member
277 Curl_hash_destroy(&sh->transfers); in sockhash_destroy()
301 Curl_hash_init(&check->transfers, TRHASH_SIZE, trhash, trhash_compare, in sh_addentry()
306 Curl_hash_destroy(&check->transfers); in sh_addentry()
319 Curl_hash_destroy(&entry->transfers); in sh_delentry()
2905 !Curl_hash_pick(&entry->transfers, (char *)&data, /* hash key */
2915 if(!Curl_hash_add(&entry->transfers, (char *)&data, /* hash key */
2917 Curl_hash_destroy(&entry->transfers);
2993 if(Curl_hash_delete(&entry->transfers, (char *)&data,
3216 Curl_hash_start_iterate(&entry->transfers, &iter);
/curl/tests/data/
H A Dtest170697 Limit what protocols to allow for transfers. Protocols are evaluated left to
208 Limit what protocols to allow for transfers. Protocols are
/curl/docs/
H A DTODO168 18.24 Use multiple parallel transfers for a single download
336 HTTP/2 pings to keep such ones alive even when not actively doing transfers
475 - file:// transfers
477 - TELNET transfers
479 - GSSAPI authentication for FTP transfers
975 multiple parallel transfers from the same host using the same connection,
978 new transfers even if an existing connection already exists to the host.
1099 invoke can talk to the still running instance and ask for transfers to get
1198 18.24 Use multiple parallel transfers for a single download
1205 transfers, but curl could:
[all …]

Completed in 59 milliseconds

12345