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.md16 CURLMOPT_TIMERDATA - custom pointer to pass to timer callback
28 A data **pointer** to pass to the timer callback set with the
31 This pointer is not touched by libcurl but is only be passed in to the timer
H A DCURLMOPT_TIMERFUNCTION.md39 timer with an expire time of **timeout_ms** milliseconds. When that timer
44 the timer. All other values are valid expire times in number of milliseconds.
50 The timer callback should return 0 on success, and -1 on error. If this
/curl/lib/
H A Dprogress.h58 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer);
69 void Curl_pgrsTimeWas(struct Curl_easy *data, timerid timer,
H A Dprogress.c162 void Curl_pgrsTimeWas(struct Curl_easy *data, timerid timer, in Curl_pgrsTimeWas() argument
167 switch(timer) { in Curl_pgrsTimeWas()
242 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer) in Curl_pgrsTime() argument
246 Curl_pgrsTimeWas(data, timer, now); in Curl_pgrsTime()
H A Dcurl_config.h.cmake192 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
195 /* Define to 1 if you have the clock_gettime function and raw monotonic timer.
/curl/docs/libcurl/
H A Dcurl_multi_add_handle.md50 updated timer so that your main event loop gets the activity on this handle to
H A Dcurl_multi_poll.md57 milliseconds (or shorter if an internal timer indicates so). This is the other
H A Dlibcurl-multi.md165 timer expires.
/curl/tests/server/
H A Dtftpd.c257 static void timer(int signum);
283 static void timer(int signum) in timer() function
1179 mysignal(SIGALRM, timer); in sendtftp()
1260 mysignal(SIGALRM, timer); in recvtftp()
/curl/
H A Dacinclude.m4929 [Define to 1 if you have the clock_gettime function and raw monotonic timer.])
1035 [Define to 1 if you have the clock_gettime function and monotonic timer.])
H A DRELEASE-NOTES189 o tests: Mark tftpd timer function as noreturn [168]
H A Dconfigure.ac1261 dnl In case that function clock_gettime with monotonic timer is available,

Completed in 44 milliseconds