Home
last modified time | relevance | path

Searched refs:number (Results 51 – 75 of 221) sorted by relevance

123456789

/curl/docs/libcurl/
H A Dcurl_easy_getinfo.md48 remote host was completed as a double in number of seconds. (Added in 7.19.0)
53 remote host was completed in number of microseconds. (Added in 7.60.0) See
162 Source port number of the last connection. See CURLINFO_LOCAL_PORT(3)
171 Time from start until name resolving completed in number of microseconds. See
234 start for real in number of microseconds. (Added in 8.6.0) See
239 Total number of redirects that were followed. See CURLINFO_REDIRECT_COUNT(3)
251 zero if no redirection took place. In number of microseconds. See
325 Average upload speed in number of bytes per second. See
H A Dcurl_multi_waitfds.md44 If a number of descriptors used by the multi_handle is greater than the
48 that on returns specifies the number of descriptors used by the multi_handle to
51 The client code can pass *size* equal to zero just to get the number of the
H A Dcurl_ws_recv.md37 number of bytes actually stored.
70 Returns **CURLE_OK** if everything is okay, and a non-zero number for
H A Dcurl_version.md28 Returns a human readable string with the version number of libcurl and some of
/curl/tests/data/
H A Dtest128124 reject non-numerical port number in URL
H A Dtest126022 HTTP URL with rubbish after port number
H A Dtest15593 four is the number of lines
109 four is the number of lines
127 four is the number of lines
H A Dtest118331 %TESTNUMBER used instead of actual test number
H A Dtest128569 four is the number of lines
92 four is the number of lines
H A Dtest8872 four is the number of lines
95 four is the number of lines
H A Dtest301429 Check if %{num_headers} returns correct number of headers
H A Dtest143334 HTTP GET with 100-digit subversion number in response
H A Dtest163160 # The second CONNECT will be made to the dynamic port number the FTP server
61 # opens for us, so we can't compare with a known pre-existing number!
/curl/docs/libcurl/opts/
H A DCURLOPT_PRE_PROXY.md33 To specify port number in this string, append :[port] to the end of the host
34 name. The proxy's port number may optionally be specified with the separate
52 single port number used widely for proxies. Specify it.
H A DCURLINFO_OS_ERRNO.md17 CURLINFO_OS_ERRNO - get errno number from last connect failure
31 operation. The number is OS and system specific.
H A DCURLOPT_MAXCONNECTS.md31 Pass a long. The set *amount* is the maximum number of simultaneously open
38 prevent increasing the number of open connections.
H A DCURLINFO_CERTINFO.md48 information. The *num_of_certs* struct member is the number of certificates
49 which is the number of elements in the array. Each certificate's list has
/curl/lib/
H A Dmprintf.c177 int number = 0; in dollarstring() local
179 if(number < MAX_PARAMETERS) { in dollarstring()
180 number *= 10; in dollarstring()
181 number += *input - '0'; in dollarstring()
186 if(number && (number <= MAX_PARAMETERS) && ('$' == *input)) { in dollarstring()
188 return number - 1; in dollarstring()
785 number: in formatf()
913 goto number; in formatf()
/curl/.github/workflows/
H A Dfuzz.yml39 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
/curl/docs/cmdline-opts/
H A Dftp-port.md49 lower to a higher number. A single number works as well, but do note that it
H A Dspeed-limit.md22 number of seconds, it gets aborted. The time period is set with --speed-time
H A Dproxy1.0.md20 Use the specified HTTP 1.0 proxy. If the port number is not specified, it is
H A Doutput.md26 followed by a number in the filename. That variable is then replaced with the
35 You may use this option as many times as the number of URLs you have. For
H A Dcreate-file-mode.md23 This option takes an octal number as argument.
H A Dproxytunnel.md21 number curl wants to tunnel through to.

Completed in 27 milliseconds

123456789