Searched refs:gotsocket (Results 1 – 3 of 3) sorted by relevance
108 bool *gotsocket); /* if any socket was checked */
606 bool gotsocket = FALSE; in easy_transfer() local608 mcode = Curl_multi_wait(multi, NULL, 0, 1000, NULL, &gotsocket); in easy_transfer()611 if(!gotsocket) { in easy_transfer()
1000 bool *gotsocket) /* if any socket was checked */ in Curl_multi_wait() argument1014 if(gotsocket) in Curl_multi_wait()1015 *gotsocket = FALSE; in Curl_multi_wait()1145 if(gotsocket && (extra_fds || curlfds)) in Curl_multi_wait()1147 *gotsocket = TRUE; in Curl_multi_wait()