Home
last modified time | relevance | path

Searched refs:curlx_mstotv (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dtimediff.h45 struct timeval *curlx_mstotv(struct timeval *tv, timediff_t ms);
H A Dtimediff.c37 struct timeval *curlx_mstotv(struct timeval *tv, timediff_t ms) in curlx_mstotv() function
H A Dselect.c95 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 Dlib1905.c79 curlx_mstotv(&timeout, max_tout); in test()
H A Dlib1531.c91 curlx_mstotv(&timeout, curl_timeo); in test()
H A Dlib1507.c108 curlx_mstotv(&timeout, curl_timeo); in test()
H A Dfirst.c76 curlx_mstotv(&t, ms); in wait_ms()

Completed in 10 milliseconds