Home
last modified time | relevance | path

Searched refs:all (Results 201 – 225 of 343) sorted by relevance

12345678910>>...14

/curl/docs/cmdline-opts/
H A Dtime-cond.md24 one that has been modified before that time. The date expression can be all
H A Dftp-method.md30 Do no CWD at all. curl does SIZE, RETR, STOR etc and gives the full path to
H A Dconnect-to.md37 Example: redirect connects from all hostnames to 127.0.0.1 independently of
H A Dlocation.md23 --show-headers or --head, headers from all requested pages are shown.
/curl/docs/libcurl/opts/
H A DCURLINFO_REDIRECT_URL.md35 but you would still prefer to avoid implementing all the magic of figuring out
H A DCURLINFO_PRETRANSFER_TIME.md35 This time-stamp includes all pre-transfer commands and negotiations that are
H A DCURLINFO_PRETRANSFER_TIME_T.md35 This time-stamp includes all pre-transfer commands and negotiations that are
H A DCURLMOPT_PUSHFUNCTION.md39 server (using the PUSH_PROMISE frame). If no push callback is set, all offered
47 handle has been duplicated from the parent, meaning that it has gotten all its
H A DCURLOPT_MAXLIFETIME_CONN.md43 If set to 0, this behavior is disabled: all connections are eligible for reuse.
H A DCURLOPT_WRITEFUNCTION.md42 The callback function is passed as much data as possible in all invokes, but
114 /* send all data to this function */
H A DCURLOPT_ACCEPT_ENCODING.md40 set ("") to ask for an Accept-Encoding: header to be used that contains all
104 /* enable all supported built-in compressions */
H A DCURLOPT_DNS_SHUFFLE_ADDRESSES.md32 function shuffles the order of all returned addresses so that they are used in
H A DCURLOPT_MAIL_RCPT_ALLOWFAILS.md40 If all recipients trigger RCPT TO failures and this flag is specified, curl
/curl/docs/libcurl/
H A Dcurl_pushheader_bynum.md43 /* output all the incoming push request headers */
H A Dcurl_strnequal.md43 string comparison functions. This function works on all platforms.
H A Dcurl_multi_poll.md19 curl_multi_poll - poll on all easy handles in a multi handle
35 curl_multi_poll(3) polls all file descriptors used by the curl easy
H A Dlibcurl-tutorial.md34 To get more details on all options and functions described herein, please
185 make a clone of an easy handle (with all its set options) using
269 finally transferring the file data. libcurl takes care of all that
340 CURLOPT_INFILESIZE_LARGE(3) for all known file sizes like this[1]:
347 When you call curl_easy_perform(3) this time, it performs all the
468 libcurl to post it all to the remote site:
555 a separate part, all with the same field name. Although function
829 all operations through it.
1192 disk at all. Note that the file you specify to CURLOPT_COOKIEFILE(3)
1223 and does not exist nor work on all FTP servers.)
[all …]
H A Dcurl_global_init.md36 This function must be called at least once within a program (a program is all
69 Initialize everything possible. This sets all known bits except
/curl/tests/libtest/
H A DMakefile.am125 all-local: checksrc
/curl/tests/data/
H A Dtest17556 HTTP POST --digest to server not requiring any auth at all
H A Dtest170537 curl is powered by libcurl for all transfer-related features. See
102 right, are comma separated, and are each a protocol name or 'all', optionally
121 --proto -all,https,+http only enables http and https
206 curl is powered by libcurl for all transfer\-related features. See
260 \fI\-\-proto\fP \-all,https,+http only enables http and https
H A Dtest17658 HTTP POST --ntlm to server not requiring any auth at all
/curl/tests/
H A Druntests.pl2758 my @all = split(/ +/, $TESTCASES);
2759 if(!$all[0]) {
2761 shift @all;
2763 my $r = rand @all;
2764 push @rand, $all[$r];
2765 $all[$r]="";
2766 $TESTCASES = join(" ", @all);
3109 my $all = $total + $numskipped;
3113 if($all) {
3114 logmsg "TESTDONE: $all tests were considered during ".
/curl/packages/vms/
H A Dcurl_startup.com10 $! copyright notice and this permission notice appear in all copies.
/curl/docs/
H A DMakefile.am119 all: $(MK_CA_DOCS) $(CURLCONF_DOCS) target

Completed in 54 milliseconds

12345678910>>...14