Home
last modified time | relevance | path

Searched refs:time (Results 26 – 50 of 288) sorted by relevance

12345678910>>...12

/curl/docs/cmdline-opts/
H A Dretry.md11 - retry-max-time
25 all forthcoming retries it doubles the waiting time until it reaches 10
28 --retry-max-time to limit the total time allowed for retries.
H A Dconnect-timeout.md6 Help: Maximum time allowed to connect
11 - max-time
19 Maximum time in seconds that you allow curl's connection to take. This only
H A Drate.md23 transfer starts per time unit (sometimes called request rate). Without this
31 time unit. Supported units are 's' (second), 'm' (minute), 'h' (hour) and 'd'
32 /(day, as in a 24 hour unit). The default time unit, if no "/U" is provided,
44 Starting in version 8.10.0, you can specify number of time units in the rate
/curl/docs/libcurl/opts/
H A DCURLINFO_STARTTRANSFER_TIME.md19 CURLINFO_STARTTRANSFER_TIME - get the time until the first byte is received
32 Pass a pointer to a double to receive the time, in seconds, it took from the
34 CURLINFO_PRETRANSFER_TIME(3) and also the time the server needs to
37 When a redirect is followed, the time from each request is added together.
H A DCURLINFO_STARTTRANSFER_TIME_T.md19 CURLINFO_STARTTRANSFER_TIME_T - get the time until the first byte is received
32 Pass a pointer to a curl_off_t to receive the time, in microseconds,
35 CURLINFO_PRETRANSFER_TIME_T(3) and also the time the server needs to
38 When a redirect is followed, the time from each request is added together.
H A DCURLINFO_PRETRANSFER_TIME.md19 CURLINFO_PRETRANSFER_TIME - get the time until the file transfer start
32 Pass a pointer to a double to receive the time, in seconds, it took from the
35 This time-stamp includes all pre-transfer commands and negotiations that are
39 When a redirect is followed, the time from each request is added together.
H A DCURLINFO_PRETRANSFER_TIME_T.md19 CURLINFO_PRETRANSFER_TIME_T - get the time until the file transfer start
32 Pass a pointer to a curl_off_t to receive the time, in microseconds, it took
35 This time-stamp includes all pre-transfer commands and negotiations that are
39 When a redirect is followed, the time from each request is added together.
H A DCURLINFO_CONDITION_UNMET.md19 CURLINFO_CONDITION_UNMET - get info on unmet time conditional or 304 HTTP response.
56 /* If-Modified-Since the above time stamp */
64 /* check the time condition */
68 printf("The time condition was %sfulfilled\n", unmet?"NOT":"");
H A DCURLINFO_NAMELOOKUP_TIME.md18 CURLINFO_NAMELOOKUP_TIME - get the name lookup time
31 Pass a pointer to a double to receive the total time in seconds from the start
34 When a redirect is followed, the time from each request is added together.
H A DCURLOPT_TIMEOUT.md19 CURLOPT_TIMEOUT - maximum time the transfer is allowed to complete
31 Pass a long as parameter containing *timeout* - the maximum time in
33 from start to end. Normally, name lookups can take a considerable time and
41 Since this option puts a hard limit on how long time a request is allowed to
44 queue the transfer, and that time is included. You are advised to explore
H A DCURLINFO_REDIRECT_TIME.md20 CURLINFO_REDIRECT_TIME - get the time for all redirection steps
33 Pass a pointer to a double to receive the total time, in seconds, it took for
36 the complete execution time for multiple redirections.
H A DCURLINFO_REDIRECT_TIME_T.md20 CURLINFO_REDIRECT_TIME_T - get the time for all redirection steps
33 Pass a pointer to a curl_off_t to receive the total time, in microseconds, it
36 CURLINFO_REDIRECT_TIME_T(3) holds the complete execution time for
H A DCURLINFO_CONNECT_TIME.md18 CURLINFO_CONNECT_TIME - get the time until connect
30 Pass a pointer to a double to receive the total time in seconds from the start
33 When a redirect is followed, the time from each request is added together.
H A DCURLOPT_TCP_KEEPIDLE.md18 CURLOPT_TCP_KEEPIDLE - TCP keep-alive idle time wait
55 /* set keep-alive idle time to 120 seconds */
58 /* interval time between keep-alive probes: 60 seconds */
H A DCURLINFO_CONNECT_TIME_T.md19 CURLINFO_CONNECT_TIME_T - get the time until connect
32 Pass a pointer to a curl_off_t to receive the total time in microseconds from
35 When a redirect is followed, the time from each request is added together.
H A DCURLINFO_NAMELOOKUP_TIME_T.md18 CURLINFO_NAMELOOKUP_TIME_T - get the name lookup time in microseconds
31 Pass a pointer to a curl_off_t to receive the total time in microseconds
34 When a redirect is followed, the time from each request is added together.
H A DCURLINFO_POSTTRANSFER_TIME_T.md19 CURLINFO_POSTTRANSFER_TIME_T - get the time until the last byte is sent
32 Pass a pointer to a curl_off_t to receive the time, in microseconds,
35 When a redirect is followed, the time from each request is added together.
/curl/tests/data/
H A Dtest14447 --remote-time
26 FTP with --remote-time
29 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --remote-time
H A Dtest141017 Pass in negative number to --max-time
20 http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER --max-time -4
H A Dtest140820 Set-Cookie: time=1
30 Set-Cookie: time=2
69 Cookie: time=1
H A Dtest14437 --remote-time
37 HTTP GET with -O and --remote-time
43 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -O --remote-time
H A Dtest36630 HTTP --retry-max-time with too long Retry-After
33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 2 --retry-max-time 10
/curl/.github/workflows/
H A Dcurl-for-win.yml64 time docker pull "${DOCKER_IMAGE}"
66 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
88 time docker pull "${DOCKER_IMAGE}"
90 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
129 time docker pull "${DOCKER_IMAGE}"
131 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
/curl/tests/http/
H A Dtest_03_goaway.py28 import time
65 time.sleep(1.5)
101 time.sleep(1.5)
134 time.sleep(1.5)
/curl/docs/
H A Doptions-in-versions111 --keepalive-time 7.18.0
129 --max-time (-m) 4.0
205 --remote-time (-R) 7.9
214 --retry-max-time 7.12.3
231 --speed-time (-y) 4.7
248 --time-cond (-z) 5.8
264 --trace-time 7.14.0

Completed in 30 milliseconds

12345678910>>...12