Searched refs:time (Results 1 – 25 of 286) sorted by relevance
12345678910>>...12
/curl/tests/data/ |
H A D | test1086 | 26 Long chunk of data that couldn't possibly be sent in the time allotted. 27 Long chunk of data that couldn't possibly be sent in the time allotted. 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. 34 Long chunk of data that couldn't possibly be sent in the time allotted. 35 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
H A D | test1112 | 26 Long chunk of data that couldn't possibly be sent in the time allotted. 27 Long chunk of data that couldn't possibly be sent in the time allotted. 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. 34 Long chunk of data that couldn't possibly be sent in the time allotted. 35 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
H A D | test1445 | 5 --remote-time 21 file:// with --remote-time 24 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.dir/plainfile.txt --remote-time
|
H A D | test1446 | 5 --remote-time 24 SFTP with --remote-time 27 …ER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/test%TESTNUMBER.dir/rofile.txt --insecure --remote-time
|
/curl/docs/cmdline-opts/ |
H A D | max-time.md | 4 Long: max-time 7 Help: Maximum time allowed for transfer 13 - retry-max-time 15 - --max-time 10 $URL 16 - --max-time 2.92 $URL 19 # `--max-time` 21 Set maximum time in seconds that you allow each transfer to take. Prevents 25 If you enable retrying the transfer (--retry) then the maximum time counter is 26 reset each time the transfer is retried. You can use --retry-max-time to limit 27 the retry time.
|
H A D | time-cond.md | 4 Long: time-cond 6 Arg: <time> 7 Help: Transfer based on a time condition 14 - remote-time 21 # `--time-cond` 23 Request a file that has been modified later than the given time and date, or 24 one that has been modified before that time. The date expression can be all 30 that is older than the given date/time, default is a document that is newer 31 than the specified date/time. 34 proceeds to do the transfer without a time condition.
|
H A D | trace-time.md | 4 Long: trace-time 5 Help: Add time stamps to trace/verbose output 14 - --trace-time --trace-ascii output $URL 17 # `--trace-time` 19 Prepends a time stamp to each trace or verbose line that curl displays.
|
H A D | speed-time.md | 4 Long: speed-time 7 Help: Trigger 'speed-limit' abort after this time 15 - --speed-limit 300 --speed-time 10 $URL 18 # `--speed-time` 21 speed-time period, the transfer is aborted. If speed-time is used, the default
|
H A D | remote-time.md | 4 Long: remote-time 6 Help: Set remote file's time on local output 12 - time-cond 14 - --remote-time -o foo $URL 17 # `--remote-time`
|
H A D | retry-max-time.md | 4 Long: retry-max-time 13 - --retry-max-time 30 --retry 10 $URL 16 # `--retry-max-time` 21 made and while performing, it may take longer than this given time period. To 22 limit a single request's maximum time, use --max-time. Set this option to zero
|
H A D | speed-limit.md | 12 - speed-time 14 - max-time 16 - --speed-limit 300 --speed-time 10 $URL 22 number of seconds, it gets aborted. The time period is set with --speed-time
|
H A D | keepalive-time.md | 4 Long: keepalive-time 6 Help: Interval time for keepalive probes 13 - max-time 15 - --keepalive-time 20 $URL 18 # `--keepalive-time` 20 Set the time a connection needs to remain idle before sending keepalive probes 21 and the time between individual keepalive probes. It is currently effective on
|
H A D | retry-delay.md | 6 Help: Wait time between retries 18 Make curl sleep this amount of time before each retry when a transfer has 19 failed with a transient error (it changes the default backoff time algorithm 21 used. Setting this delay to zero makes curl use the default backoff time.
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_APPCONNECT_TIME.md | 18 CURLINFO_APPCONNECT_TIME - get the time until the SSL/SSH handshake is completed 31 Pass a pointer to a double to receive the time, in seconds, it took from the 33 This time is most often close to the CURLINFO_PRETRANSFER_TIME(3) time, except 34 for cases such as HTTP multiplexing where the pretransfer time can be delayed 37 When a redirect is followed, the time from each request is added together.
|
H A D | CURLINFO_APPCONNECT_TIME_T.md | 18 CURLINFO_APPCONNECT_TIME_T - time until the SSL/SSH handshake completed 31 Pass a pointer to a curl_off_t to receive the time, in microseconds, it took 33 completed. This time is most often close to the CURLINFO_PRETRANSFER_TIME_T(3) 34 time, except for cases such as HTTP multiplexing where the pretransfer time 37 When a redirect is followed, the time from each request is added together.
|
H A D | CURLOPT_FILETIME.md | 21 CURLOPT_FILETIME - get the modification time of the remote resource 33 Pass a long. If it is 1, libcurl attempts to get the modification time of the 35 the time or replies to a time querying command. The curl_easy_getinfo(3) 37 transfer to extract the received time (if any).
|
H A D | CURLOPT_TIMECONDITION.md | 17 CURLOPT_TIMECONDITION - select condition for a time request 29 Pass a long as parameter. This defines how the CURLOPT_TIMEVALUE(3) time 33 The last modification time of a file is not always known and in such instances 34 this feature has no effect even if the given time condition would not have 57 /* If-Modified-Since the above time stamp */
|
H A D | CURLOPT_TIMEVALUE.md | 17 CURLOPT_TIMEVALUE - time value for conditional 29 Pass a long *val* as parameter. This should be the time counted as seconds 30 since 1 Jan 1970, and the time is used in a condition as specified with 55 /* If-Modified-Since the above time stamp */
|
H A D | CURLINFO_TOTAL_TIME.md | 19 CURLINFO_TOTAL_TIME - get total time of previous transfer 31 Pass a pointer to a double to receive the total time in seconds for the 33 represents the time in seconds, including fractions. 35 When a redirect is followed, the time from each request is added together.
|
H A D | CURLINFO_TOTAL_TIME_T.md | 18 CURLINFO_TOTAL_TIME_T - get total time of previous transfer in microseconds 31 Pass a pointer to a curl_off_t to receive the total time in microseconds 33 The curl_off_t represents the time in microseconds. 35 When a redirect is followed, the time from each request is added together.
|
H A D | CURLOPT_TIMEVALUE_LARGE.md | 18 CURLOPT_TIMEVALUE_LARGE - time value for conditional 31 Pass a curl_off_t *val* as parameter. This should be the time counted as 32 seconds since 1 Jan 1970, and the time is used in a condition as specified 57 /* If-Modified-Since the above time stamp */
|
H A D | CURLINFO_FILETIME.md | 20 CURLINFO_FILETIME - get the remote time of the retrieved document 32 Pass a pointer to a long to receive the remote time of the retrieved document 33 in number of seconds since January 1 1970 in the GMT/UTC time zone. If you get 35 hide it or the server does not support the command that tells document time 36 etc) and the time of the document is unknown.
|
H A D | CURLINFO_FILETIME_T.md | 20 CURLINFO_FILETIME_T - get the remote time of the retrieved document 33 Pass a pointer to a curl_off_t to receive the remote time of the retrieved 34 document in number of seconds since January 1 1970 in the GMT/UTC time zone. 37 document time etc) and the time of the document is unknown.
|
/curl/docs/libcurl/ |
H A D | curl_getdate.md | 32 1st 1970 00:00:00 in the UTC time zone, for the date and time that the 54 ## time of the day items 56 This string specifies the time on a given day. You must specify it with 6 57 digits with two colons: HH:MM:SS. If there is no time given in a provided date 60 ## time zone items 62 Specifies international time zone. There are a few acronyms supported, but in 63 general you should instead use the specific relative time compared to 114 RFC 1123) using time zone name or time zone delta and RFC 850 (obsoleted by
|
H A D | curl_easy_getinfo.md | 47 The time it took from the start until the SSL connect/handshake with the 52 The time it took from the start until the SSL connect/handshake with the 70 Whether or not a time conditional was met or 304 HTTP response. 75 The time it took from the start until the connect to the remote host (or 80 The time it took from the start until the connect to the remote host (or 130 Remote time of the retrieved document. See CURLINFO_FILETIME(3) 134 Remote time of the retrieved document. See CURLINFO_FILETIME_T(3) 190 The time it took from the start until the last byte is sent by libcurl. 363 Total time of previous transfer. See CURLINFO_TOTAL_TIME(3) 367 Total time of previous transfer. See CURLINFO_TOTAL_TIME_T(3) [all …]
|
Completed in 20 milliseconds
12345678910>>...12