Searched refs:max_tout (Results 1 – 1 of 1) sorted by relevance
63 long max_tout; in test() local73 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()