Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 224) sorted by relevance

123456789

/curl/docs/libcurl/opts/
H A DCURLOPT_PORT.md17 CURLOPT_PORT - remote port number to connect to
24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PORT, long number);
30 predict. Set the preferred port number in the URL instead.
32 This option sets *number* to be the remote port number to connect to,
39 While this option accepts a 'long', a port number is an unsigned 16 bit number
40 and therefore using a port number lower than zero or over 65535 causes a
45 By default this is 0 which makes it not used. This also makes port number zero
H A DCURLOPT_LOCALPORTRANGE.md16 CURLOPT_LOCALPORTRANGE - number of additional local ports to try
29 Pass a long. The *range* argument is the number of attempts libcurl makes
30 to find a working local port number. It starts with the given
31 CURLOPT_LOCALPORT(3) and adds one to the number for each retry. Setting
33 number. Port numbers by nature are scarce resources that are busy at times so
H A DCURLOPT_RTSP_CLIENT_CSEQ.md18 CURLOPT_RTSP_CLIENT_CSEQ - RTSP client CSEQ number
30 Pass a long to set the CSEQ number to issue for the next RTSP request. Useful
32 increments from this new number henceforth.
H A DCURLMOPT_MAX_PIPELINE_LENGTH.md16 CURLMOPT_MAX_PIPELINE_LENGTH - maximum number of requests in a pipeline
31 Pass a long. The set **max** number is used as the maximum amount of
38 number of requests in-flight is CURLMOPT_MAX_HOST_CONNECTIONS(3) *
H A DCURLMOPT_MAXCONNECTS.md28 Pass a long indicating the **max**. The set number is used as the maximum
31 each added easy handle to make it fit 4 times the number of added easy
38 number of open connections from increasing.
43 See CURLMOPT_MAX_TOTAL_CONNECTIONS(3) for limiting the number of active
H A DCURLINFO_PRIMARY_PORT.md18 CURLINFO_PRIMARY_PORT - get the latest destination port number
34 If a proxy was used for the most recent transfer, this is the port number of
35 the proxy, if no proxy was used it is the port number of the most recently
H A DCURLOPT_MAXREDIRS.md17 CURLOPT_MAXREDIRS - maximum number of redirects allowed
29 Pass a long. The set number is the redirection limit *amount*. If that
36 Set it to -1 for an infinite number of redirects. This allows your application
H A DCURLOPT_TCP_KEEPCNT.md17 CURLOPT_TCP_KEEPCNT - Maximum number of TCP keep-alive probes
29 Pass a long. Sets the number of probes to send before dropping
59 /* maximum number of keep-alive probes: 3 */
H A DCURLOPT_PROGRESSFUNCTION.md51 transferred, in number of bytes. *dltotal* is the total number of bytes
52 libcurl expects to download in this transfer. *dlnow* is the number of
53 bytes downloaded so far. *ultotal* is the total number of bytes libcurl
54 expects to upload in this transfer. *ulnow* is the number of bytes
H A DCURLOPT_XFERINFOFUNCTION.md47 already transferred, in number of bytes. *dltotal* is the total number of
48 bytes libcurl expects to download in this transfer. *dlnow* is the number
49 of bytes downloaded so far. *ultotal* is the total number of bytes libcurl
50 expects to upload in this transfer. *ulnow* is the number of bytes
H A DCURLOPT_RTSP_SERVER_CSEQ.md17 CURLOPT_RTSP_SERVER_CSEQ - RTSP server CSEQ number
29 Pass a long to set the CSEQ number to expect for the next RTSP Server to
H A DCURLINFO_REDIRECT_COUNT.md18 CURLINFO_REDIRECT_COUNT - get the number of redirects
31 Pass a pointer to a long to receive the total number of redirections that were
H A DCURLMOPT_MAX_CONCURRENT_STREAMS.md29 Pass a long indicating the **max**. The set number is used as the maximum
30 number of concurrent streams libcurl should support on connections done using
H A DCURLINFO_LOCAL_PORT.md18 CURLINFO_LOCAL_PORT - get the latest local port number
30 Pass a pointer to a long to receive the local port number of the most recent
/curl/docs/cmdline-opts/
H A Dconnect-to.md21 NOT affect the hostname/port number that is used for TLS/SSL (e.g. SNI,
24 `HOST1` and `PORT1` may be empty strings, meaning any host or any port number.
26 original hostname and port number.
33 independently of port number:
38 port number:
H A Dmax-redirs.md6 Help: Maximum number of redirects allowed
19 Set maximum number of redirections to follow. When --location is used, to
H A Dlocal-port.md6 Help: Use a local port number within RANGE
18 Set a preferred single number or range (FROM-TO) of local port numbers to use
H A Dkeepalive-cnt.md6 Help: Maximum number of keepalive probes
19 Set the maximum number of keepalive probes TCP should send but get no response
H A Drate.md22 Specify the maximum transfer frequency you allow curl to use - in number of
30 The request rate is provided as "N/U" where N is an integer number and U is a
33 is number of transfers per hour.
/curl/.github/workflows/
H A Dhacktoberfest-accepted.yml50 gh pr view {} --json number,createdAt \
51 … --jq '{number, opened: .createdAt} | [.number, .opened] | join(":")' | tee /dev/stderr | \
61 gh pr view "https://{}" --json number,createdAt \
62 … --jq '{number, opened: .createdAt} | [.number, .opened] | join(":")' | tee /dev/stderr | \
/curl/tests/data/
H A Dtest105938 ftp://test-number:%TESTNUMBER/wanted/page -p -x %HOSTIP:%HTTPPORT
50 CONNECT test-number:%TESTNUMBER HTTP/1.1
51 Host: test-number:%TESTNUMBER
H A Dtest43549 # replace the number with a fixed string since the port number is not
50 # known to the test script but it should always be a decimal number
H A Dtest123517 the number one
70 the number one
80 the number one
H A Dtest165317 urlapi port number parsing
/curl/lib/
H A Dstrtoofft.c216 curl_off_t number; in curlx_strtoofft() local
228 number = strtooff(str, &end, base); in curlx_strtoofft()
238 *num = number; in curlx_strtoofft()

Completed in 41 milliseconds

123456789