Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
Dlib1905.c63 long max_tout; in test() local
73 curl_multi_timeout(cm, &max_tout); in test()
75 if(max_tout > 0) { in test()
76 timeout.tv_sec = max_tout / 1000; in test()
77 timeout.tv_usec = (max_tout % 1000) * 1000; in test()