Home
last modified time | relevance | path

Searched refs:number (Results 176 – 200 of 221) sorted by relevance

123456789

/curl/tests/data/
H A Dtest163269 # The second and third CONNECT will be made to the dynamic port number the FTP
H A DDISABLED64 # hyper support remains EXPERIMENTAL as long as there's a test number
H A Dtest100527 FTP with excessively large number of server command response lines
H A Dtest100628 FTP with excessively large number of server command response lines (boundary condition)
/curl/docs/cmdline-opts/
H A Dversion.md6 Help: Show version number and quit
H A Dheader.md31 You may specify any number of extra headers. Note that if you should add a
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md581 Maximum number of connections in the connection pool. See
599 Maximum number of redirects to follow. See CURLOPT_MAXREDIRS(3)
675 Port number to connect to. See CURLOPT_PORT(3)
940 Client CSEQ number. See CURLOPT_RTSP_CLIENT_CSEQ(3)
948 CSEQ number for RTSP Server-\>Client request. See CURLOPT_RTSP_SERVER_CSEQ(3)
1175 Maximum number of keep-alive probes. See CURLOPT_TCP_KEEPCNT(3)
H A Dcurl_multi_perform.md44 the number of handles that still transfer data in the second argument's
H A Dcurl_easy_nextheader.md44 headers from. 0 being the first request and then the number increases for
H A Dcurl_global_sslset.md76 OpenSSL flavor and version number is use.
H A Dlibcurl-tutorial.md253 possible. Your callback function should return the number of bytes it "took
351 as possible. The callback should return the number of bytes it wrote in the
367 them URL encoded, as %XX where XX is a two-digit hexadecimal number.
841 To tell libcurl to use a proxy at a given port number:
851 CURLOPT_PROXY(3) option, and set the port number separately with
873 specifies which type of proxy it is, and the optional port number specifies on
875 number is used and that is most likely not the one you would like it to be.
904 than 443 (which is the default HTTPS port number).
1001 the name of the server we want to talk to. This includes the port number if
1094 All HTTP requests includes the version number to tell the server which version
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_INTERLEAVEFUNCTION.md57 Your callback should return the number of bytes actually taken care of. If
H A DCURLOPT_FOLLOWLOCATION.md39 the maximum limit is reached. CURLOPT_MAXREDIRS(3) is used to limit the number
H A DCURLOPT_PINNEDPUBLICKEY.md41 "DER". The string can also be any number of base64 encoded sha256 hashes
H A DCURLMOPT_PUSHFUNCTION.md53 *num_headers* is the number of name+value pairs that was received and can
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md40 "DER". The string can also be any number of base64 encoded sha256 hashes
H A DCURLOPT_WRITEFUNCTION.md56 Your callback should return the number of bytes actually taken care of. If
H A DCURLOPT_HEADERFUNCTION.md53 Your callback should return the number of bytes actually taken care of. If
H A DCURLOPT_QUOTE.md78 mode operand is an octal integer mode number.
H A DCURLOPT_URL.md112 custom port number can allow external users to play tricks with your local
/curl/.github/workflows/
H A Ddistcheck.yml17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dcheckdocs.yml30 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
/curl/docs/
H A Dcurl-config.md99 This shows the version number, in hexadecimal, using 8 bits for each part:
/curl/tests/
H A Druntests.pl2236 my $number=0;
2486 $number = $1;
2488 for my $n ($fromnum .. $number) {
2498 $fromnum = $number+1;
/curl/src/
H A Dtool_getparam.c940 char number[26]; in set_rate() local
944 if(numlen > sizeof(number) -1) in set_rate()
947 strncpy(number, nextarg, numlen); in set_rate()
948 number[numlen] = 0; in set_rate()
949 err = str2unum(&denominator, number); in set_rate()

Completed in 52 milliseconds

123456789