Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib1905.c59 long max_tout; in test() local
69 curl_multi_timeout(cm, &max_tout); in test()
71 if(max_tout > 0) { in test()
72 timeout.tv_sec = max_tout / 1000; in test()
73 timeout.tv_usec = (max_tout % 1000) * 1000; in test()