Searched refs:timeval (Results 1 – 25 of 75) sorted by relevance
123
/curl/tests/libtest/ |
H A D | testutil.c | 31 struct timeval tutil_tvnow(void) in tutil_tvnow() 38 struct timeval now; in tutil_tvnow() 47 struct timeval tutil_tvnow(void) in tutil_tvnow() 56 struct timeval now; in tutil_tvnow() 81 struct timeval tutil_tvnow(void) in tutil_tvnow() 88 struct timeval now; in tutil_tvnow() 95 struct timeval tutil_tvnow(void) in tutil_tvnow() 100 struct timeval now; in tutil_tvnow() 114 long tutil_tvdiff(struct timeval newer, struct timeval older) in tutil_tvdiff() 125 double tutil_tvdiff_secs(struct timeval newer, struct timeval older) in tutil_tvdiff_secs()
|
H A D | testutil.h | 28 struct timeval tutil_tvnow(void); 36 long tutil_tvdiff(struct timeval t1, struct timeval t2); 43 double tutil_tvdiff_secs(struct timeval t1, struct timeval t2);
|
H A D | lib1501.c | 63 struct timeval timeout; in test() 68 struct timeval before; in test() 69 struct timeval after; in test()
|
H A D | first.c | 41 struct timeval *tv) in select_wrapper() 69 struct timeval t; in wait_ms() 81 struct timeval tv_test_start; /* for test timing */
|
H A D | lib1531.c | 69 struct timeval timeout; in test() 117 struct timeval wait = {0}; in test()
|
H A D | lib582.c | 126 struct timeval *timeout = userp; in curlTimerCallback() 168 static int getMicroSecondTimeout(struct timeval *timeout) in getMicroSecondTimeout() 170 struct timeval now; in getMicroSecondTimeout() 238 struct timeval timeout = {0}; in test() 310 struct timeval tv = {0}; in test()
|
H A D | lib1507.c | 56 struct timeval mp_start; in test() 88 struct timeval timeout; in test()
|
H A D | lib530.c | 153 struct timeval *timeout = userp; in curlTimerCallback() 200 static int getMicroSecondTimeout(struct timeval *timeout) in getMicroSecondTimeout() 202 struct timeval now; in getMicroSecondTimeout() 272 struct timeval timeout = {0}; in testone() 314 struct timeval tv = {0}; in testone()
|
H A D | lib502.c | 56 struct timeval timeout; in test()
|
H A D | lib564.c | 59 struct timeval interval; in test()
|
H A D | lib560.c | 76 struct timeval timeout; in test()
|
/curl/src/ |
H A D | tool_util.c | 34 struct timeval tvnow(void) in tvnow() 36 struct timeval now; in tvnow() 63 struct timeval tvnow(void) in tvnow() 72 struct timeval now; in tvnow() 97 struct timeval tvnow(void) in tvnow() 104 struct timeval now; in tvnow() 111 struct timeval tvnow(void) in tvnow() 116 struct timeval now; in tvnow() 133 struct timeval now; in tvrealnow() 149 struct timeval now; in tvrealnow() [all …]
|
H A D | tool_util.h | 32 struct timeval tvnow(void); 37 struct timeval tvrealnow(void); 45 long tvdiff(struct timeval t1, struct timeval t2);
|
H A D | tool_cb_rea.c | 58 struct timeval now = tvnow(); in tool_read_cb() 69 struct timeval timeout; in tool_read_cb() 136 static struct timeval prev; in tool_readbusy_cb() 141 struct timeval now = tvnow(); in tool_readbusy_cb()
|
H A D | tool_operate.h | 42 struct timeval start; /* start of this transfer */ 43 struct timeval retrystart;
|
H A D | tool_progress.h | 35 struct timeval *start,
|
H A D | tool_sleep.c | 53 struct timeval timeout; in tool_go_sleep()
|
H A D | tool_cb_prg.h | 34 struct timeval prevtime;
|
H A D | tool_progress.c | 144 struct timeval stamp; 156 struct timeval *start, in progress_meter() 159 static struct timeval stamp; in progress_meter() 161 struct timeval now; in progress_meter()
|
/curl/lib/ |
H A D | timediff.h | 45 struct timeval *curlx_mstotv(struct timeval *tv, timediff_t ms); 50 timediff_t curlx_tvtoms(struct timeval *tv);
|
H A D | timediff.c | 37 struct timeval *curlx_mstotv(struct timeval *tv, timediff_t ms) in curlx_mstotv() 85 timediff_t curlx_tvtoms(struct timeval *tv) in curlx_tvtoms()
|
H A D | timeval.c | 73 struct timeval now; in Curl_now() 172 struct timeval now; in Curl_now()
|
/curl/tests/server/ |
H A D | util.c | 59 static struct timeval tvnow(void); 93 struct timeval tv; in logmsg() 237 struct timeval pending_tv; in wait_ms() 239 struct timeval initial_tv; in wait_ms() 372 static struct timeval tvnow(void) in tvnow() 384 struct timeval now; in tvnow() 397 static struct timeval tvnow(void) in tvnow() 406 struct timeval now; in tvnow() 438 struct timeval now; in tvnow() 450 struct timeval now; in tvnow() [all …]
|
H A D | util.h | 30 long timediff(struct timeval newer, struct timeval older);
|
/curl/docs/examples/ |
H A D | multi-legacy.c | 82 struct timeval timeout; in main() 138 struct timeval wait = {0}; in main()
|
Completed in 30 milliseconds
123