Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 13 of 13) sorted by relevance

/curl/docs/cmdline-opts/
H A Dretry-max-time.md18 The retry timer is reset before the first transfer attempt. Retries are done
19 as usual (see --retry) as long as the timer has not reached this given
20 limit. Notice that if the timer has not reached the limit, the request is
/curl/docs/libcurl/opts/
H A DCURLMOPT_TIMERDATA.md17 CURLMOPT_TIMERDATA - custom pointer to pass to timer callback
29 A data **pointer** to pass to the timer callback set with the
32 This pointer is not touched by libcurl but is only be passed in to the timer
H A DCURLMOPT_TIMERFUNCTION.md40 non-repeating timer with an expire time of **timeout_ms** milliseconds. When
41 that timer fires, call either curl_multi_socket_action(3) or
44 If this callback is called when a timer is already running, this new expire
49 the timer. All other values are valid expire times in number of milliseconds.
55 The timer callback should return 0 on success, and -1 on error. If this
/curl/lib/
H A Dprogress.h60 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer);
69 void Curl_pgrsTimeWas(struct Curl_easy *data, timerid timer,
H A Dprogress.c160 void Curl_pgrsTimeWas(struct Curl_easy *data, timerid timer, in Curl_pgrsTimeWas() argument
165 switch(timer) { in Curl_pgrsTimeWas()
240 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer) in Curl_pgrsTime() argument
244 Curl_pgrsTimeWas(data, timer, now); in Curl_pgrsTime()
H A Dcurl_config.h.cmake212 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
215 /* Define to 1 if you have the clock_gettime function and raw monotonic timer.
/curl/docs/libcurl/
H A Dcurl_multi_add_handle.md51 updated timer so that your main event loop gets the activity on this handle to
H A Dcurl_multi_setopt.md101 Custom pointer to pass to timer callback. See CURLMOPT_TIMERDATA(3)
H A Dcurl_multi_poll.md58 milliseconds (or shorter if an internal timer indicates so). This is the other
H A Dlibcurl-multi.md166 timer expires.
/curl/tests/server/
H A Dtftpd.c254 static void timer(int signum);
280 static void timer(int signum) in timer() function
1176 mysignal(SIGALRM, timer); in sendtftp()
1257 mysignal(SIGALRM, timer); in recvtftp()
/curl/
H A Dacinclude.m4933 [Define to 1 if you have the clock_gettime function and raw monotonic timer.])
1039 [Define to 1 if you have the clock_gettime function and monotonic timer.])
H A Dconfigure.ac1363 dnl In case that function clock_gettime with monotonic timer is available,

Completed in 38 milliseconds