Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dsendrecv.c34 static int wait_on_socket(curl_socket_t sockfd, int for_recv, long timeout_ms) in wait_on_socket() function
124 if(res == CURLE_AGAIN && !wait_on_socket(sockfd, 0, 60000L)) { in main()
149 if(res == CURLE_AGAIN && !wait_on_socket(sockfd, 1, 60000L)) { in main()

Completed in 7 milliseconds