Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 75) sorted by relevance

123

/curl/tests/libtest/
H A Dtestutil.c31 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 Dtestutil.h28 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 Dlib1501.c63 struct timeval timeout; in test()
68 struct timeval before; in test()
69 struct timeval after; in test()
H A Dfirst.c41 struct timeval *tv) in select_wrapper()
69 struct timeval t; in wait_ms()
81 struct timeval tv_test_start; /* for test timing */
H A Dlib1531.c69 struct timeval timeout; in test()
117 struct timeval wait = {0}; in test()
H A Dlib582.c126 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 Dlib1507.c56 struct timeval mp_start; in test()
88 struct timeval timeout; in test()
H A Dlib530.c153 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 Dlib502.c56 struct timeval timeout; in test()
H A Dlib564.c59 struct timeval interval; in test()
H A Dlib560.c76 struct timeval timeout; in test()
/curl/src/
H A Dtool_util.c34 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 Dtool_util.h32 struct timeval tvnow(void);
37 struct timeval tvrealnow(void);
45 long tvdiff(struct timeval t1, struct timeval t2);
H A Dtool_cb_rea.c58 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 Dtool_operate.h42 struct timeval start; /* start of this transfer */
43 struct timeval retrystart;
H A Dtool_progress.h35 struct timeval *start,
H A Dtool_sleep.c53 struct timeval timeout; in tool_go_sleep()
H A Dtool_cb_prg.h34 struct timeval prevtime;
H A Dtool_progress.c144 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 Dtimediff.h45 struct timeval *curlx_mstotv(struct timeval *tv, timediff_t ms);
50 timediff_t curlx_tvtoms(struct timeval *tv);
H A Dtimediff.c37 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 Dtimeval.c73 struct timeval now; in Curl_now()
172 struct timeval now; in Curl_now()
/curl/tests/server/
H A Dutil.c59 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 Dutil.h30 long timediff(struct timeval newer, struct timeval older);
/curl/docs/examples/
H A Dmulti-legacy.c82 struct timeval timeout; in main()
138 struct timeval wait = {0}; in main()

Completed in 30 milliseconds

123