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