Searched refs:wait_on_socket (Results 1 – 1 of 1) sorted by relevance
32 static int wait_on_socket(curl_socket_t sockfd, int for_recv, long timeout_ms) in wait_on_socket() function110 if(res == CURLE_AGAIN && !wait_on_socket(sockfd, 0, 60000L)) { in main()136 if(res == CURLE_AGAIN && !wait_on_socket(sockfd, 1, 60000L)) { in main()