Searched refs:curlx_mstotv (Results 1 – 7 of 7) sorted by relevance
/curl/lib/ |
H A D | timediff.h | 45 struct timeval *curlx_mstotv(struct timeval *tv, timediff_t ms);
|
H A D | timediff.c | 37 struct timeval *curlx_mstotv(struct timeval *tv, timediff_t ms) in curlx_mstotv() function
|
H A D | select.c | 95 r = select(0, NULL, NULL, NULL, curlx_mstotv(&pending_tv, timeout_ms)); in Curl_wait_ms() 139 ptimeout = curlx_mstotv(&pending_tv, timeout_ms); in our_select()
|
/curl/tests/libtest/ |
H A D | lib1905.c | 79 curlx_mstotv(&timeout, max_tout); in test()
|
H A D | lib1531.c | 91 curlx_mstotv(&timeout, curl_timeo); in test()
|
H A D | lib1507.c | 108 curlx_mstotv(&timeout, curl_timeo); in test()
|
H A D | first.c | 76 curlx_mstotv(&t, ms); in wait_ms()
|
Completed in 10 milliseconds