Searched refs:timer (Results 1 – 13 of 13) sorted by relevance
/curl/docs/cmdline-opts/ |
H A D | retry-max-time.md | 18 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 D | CURLMOPT_TIMERDATA.md | 17 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 D | CURLMOPT_TIMERFUNCTION.md | 40 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 D | progress.h | 60 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer); 69 void Curl_pgrsTimeWas(struct Curl_easy *data, timerid timer,
|
H A D | progress.c | 160 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 D | curl_config.h.cmake | 212 /* 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 D | curl_multi_add_handle.md | 51 updated timer so that your main event loop gets the activity on this handle to
|
H A D | curl_multi_setopt.md | 101 Custom pointer to pass to timer callback. See CURLMOPT_TIMERDATA(3)
|
H A D | curl_multi_poll.md | 58 milliseconds (or shorter if an internal timer indicates so). This is the other
|
H A D | libcurl-multi.md | 166 timer expires.
|
/curl/tests/server/ |
H A D | tftpd.c | 254 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 D | acinclude.m4 | 933 [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 D | configure.ac | 1363 dnl In case that function clock_gettime with monotonic timer is available,
|
Completed in 38 milliseconds